Show More
Commit Description:
more test on user_admin
Commit Description:
more test on user_admin
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.html.haml
| 14 lines
| 425 B
| text/x-haml
| HamlLexer
|
r752 | = simple_form_for(@user) do |f| | |||
= f.error_notification | ||||
.row | ||||
.col-md-6.col-md-offset-2 | ||||
= f.input :login, label: 'Login' | ||||
= f.input :full_name, label: 'Full name' | ||||
= f.input :password | ||||
= f.input :password_confirmation | ||||
= f.input :email | ||||
= f.input :alias | ||||
= f.input :remark | ||||
= f.button :submit, class: 'btn btn-success' | ||||
= link_to 'Cancel', :back, class: 'btn btn-default' | ||||