Add account suspension

This commit is contained in:
Eugen Rochko
2016-12-05 22:59:30 +01:00
parent 64d109dc0e
commit 39cc9fde8a
7 changed files with 24 additions and 10 deletions

View File

@ -29,6 +29,7 @@
= render 'shared/error_messages', object: @account
= f.input :silenced, as: :boolean, wrapper: :with_label
= f.input :suspended, as: :boolean, wrapper: :with_label
.actions
= f.button :button, t('generic.save_changes'), type: :submit