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