Add suspend account functionality to admin UI

This commit is contained in:
Eugen Rochko
2016-12-06 18:22:59 +01:00
parent f406e01fcf
commit f978b06dd1
7 changed files with 56 additions and 13 deletions

View File

@ -33,3 +33,5 @@
.actions
= f.button :button, t('generic.save_changes'), type: :submit
= link_to 'Perform full suspension', suspend_admin_account_path(@account.id), method: :post, data: { confirm: 'Are you sure?' }, class: 'button'