Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat (grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
File last commit:
Show/Diff file:
Action:
app/views/user_admin/edit.html.haml | 11 lines | 236 B | text/x-haml | HamlLexer |
%h1 Editing user
= form_tag :action => 'update', :id => @user do
= error_messages_for 'user'
= render partial: "form"
= submit_tag "Edit"
= link_to 'Show', :action => 'show', :id => @user
|
= link_to 'Back', :action => 'list'