Description:
[web] small fix in template
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@132 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r59:1cd81845c101 - - 1 file changed: 4 inserted, 4 deleted
@@ -9,11 +9,11 | |||||
|
9 | <% form_tag :action => 'create' do %> |
|
9 | <% form_tag :action => 'create' do %> |
|
10 | <table border="0"> |
|
10 | <table border="0"> |
|
11 | <tr> |
|
11 | <tr> |
|
12 |
- <td><label for="user_n |
|
12 | + <td><label for="user_login">Login</label></td> |
|
13 | - <td><label for="user_name">Full name</label></td> |
|
13 | + <td><label for="user_full_name">Full name</label></td> |
|
14 | <td><label for="user_alias">Alias</label></td> |
|
14 | <td><label for="user_alias">Alias</label></td> |
|
15 | - <td><label for="password">Password</label></td> |
|
15 | + <td><label for="user_password">Password</label></td> |
|
16 | - <td><label for="password_confirmation">confirm</label></td> |
|
16 | + <td><label for="user_password_confirmation">confirm</label></td> |
|
17 | </tr> |
|
17 | </tr> |
|
18 | <tr> |
|
18 | <tr> |
|
19 | <td><%= text_field 'user', 'login', :size => 10 %></td> |
|
19 | <td><%= text_field 'user', 'login', :size => 10 %></td> |
You need to be logged in to leave comments.
Login now