Show More
Commit Description:
start update to 5.2
Commit Description:
start update to 5.2
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/edit.html.haml | 13 lines | 343 B | text/x-haml | HamlLexer |
update user edit, add field remark
r479 %h1 Editing user
user_admin
r673 = form_tag( {:action => 'update', :id => @user}, {class: 'form-horizontal'}) do
update user edit, add field remark
r479 = error_messages_for 'user'
= render partial: "form"
beautify user edit
r674 .form-group
.col-md-offset-2.col-md-4
= submit_tag "Edit", class: 'btn btn-primary'
update user edit, add field remark
r479
= link_to 'Show', :action => 'show', :id => @user
|
start update to 5.2
r751 = link_to 'Back', :action => 'index'