Show More
Commit Description:
initial commit...
Commit Description:
initial commit
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@1 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new.rhtml
| 8 lines
| 173 B
| text/html+ruby
| RhtmlLexer
|
|
r0 | <h1>New user</h1> | ||
<% form_tag :action => 'create' do %> | ||||
<%= render :partial => 'form' %> | ||||
<%= submit_tag "Create" %> | ||||
<% end %> | ||||
<%= link_to 'Back', :action => 'list' %> | ||||