Gab-Social/app/views/admin/accounts/edit_pro.html.haml
2019-07-16 00:51:05 +03:00

8 lines
279 B
Plaintext

- 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