Show More
Commit Description:
manage
Commit Description:
manage
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.html.haml | 20 lines | 436 B | text/x-haml | HamlLexer |
= simple_form_for(@user) do |f|
= f.error_notification
.mb-2
= f.input :login, label: 'Login'
.mb-2
= f.input :full_name, label: 'Full name'
.mb-2
= f.input :password
.mb-2
= f.input :password_confirmation
.mb-2
= f.input :email
.mb-2
= f.input :alias
.mb-2
= f.input :remark
.mb-2
= f.button :submit, class: 'btn btn-primary'
= link_to 'Cancel', :back, class: 'btn btn-secondary'