big refactor for test and admin namespace
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
= simple_form_for [:admin, @user], html: {class: 'form-horizontal' } do |f|
|
||||
= render 'error_messages', target: @user
|
||||
= f.input :email
|
||||
.form-actions
|
||||
= f.submit nil, class: 'btn btn-primary'
|
||||
'
|
||||
= link_to t("helpers.links.cancel"), admin_users_path, class: 'btn'
|
||||
Reference in New Issue
Block a user