Show More
Commit Description:
add brython console for direct edit
Commit Description:
add brython console for direct edit
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'