Add account suspension
This commit is contained in:
parent
64d109dc0e
commit
39cc9fde8a
7 changed files with 24 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue