Show More
Commit Description:
revert simple_form_for to form_tag
Commit Description:
revert simple_form_for to form_tag
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.html.haml | 14 lines | 425 B | text/x-haml | HamlLexer |
= 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'