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/_form.rhtml
| 19 lines
| 562 B
| text/html+ruby
| RhtmlLexer
|
|
r0 | <%= error_messages_for 'user' %> | ||
<!--[form:user]--> | ||||
<p><label for="user_name">Login</label><br/> | ||||
<%= text_field 'user', 'login' %></p> | ||||
<p><label for="user_name">Full name</label><br/> | ||||
<%= text_field 'user', 'full_name' %></p> | ||||
<p><label for="password">Password</label><br/> | ||||
<%= password_field 'user', 'password' %></p> | ||||
<p><label for="password_confirmation">Password (confirm)</label><br/> | ||||
<%= password_field 'user', 'password_confirmation' %></p> | ||||
<p><label for="user_alias">Alias</label><br/> | ||||
<%= text_field 'user', 'alias' %></p> | ||||
<!--[eoform:user]--> | ||||