admin tool for editing pro status of accounts
This commit is contained in:
8
app/views/admin/accounts/edit_pro.html.haml
Normal file
8
app/views/admin/accounts/edit_pro.html.haml
Normal file
@@ -0,0 +1,8 @@
|
||||
- content_for :page_title do
|
||||
= 'Edit PRO status of @' + @account.acct
|
||||
|
||||
= simple_form_for @account, url: save_pro_admin_account_path(@account.id), method: :put do |f|
|
||||
= render 'edit_pro_fields', f: f
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
Reference in New Issue
Block a user