Show More
Commit Description:
merge algo with java, finally....
Commit Description:
merge algo with java, finally....
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new.html.haml | 7 lines | 243 B | text/x-haml | HamlLexer |
%h1 New user
= form_tag( {action: 'create'}, { class: 'form-horizontal'}) do
= render :partial => 'form'
.form-group
.col-md-offset-2.col-md-10
= submit_tag "Create", class: 'btn btn-primary'
= link_to 'Back', :action => 'index'