diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-05 22:59:30 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-05 22:59:30 +0100 |
commit | 39cc9fde8a2e34da0639d83688d4d6d6d6240382 (patch) | |
tree | 2f41f57b6e21dacbb6dd67b8db73a5fac4a08493 /app/views/admin/accounts | |
parent | 64d109dc0e39574d4ed45f2443ee132dfb761033 (diff) |
Add account suspension
Diffstat (limited to 'app/views/admin/accounts')
-rw-r--r-- | app/views/admin/accounts/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml index 02f7dcfe9..47f1e2308 100644 --- a/app/views/admin/accounts/show.html.haml +++ b/app/views/admin/accounts/show.html.haml @@ -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 |