Description:
some wording
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@48 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
r24:811e418731f2 - - 1 file changed: 1 inserted, 1 deleted
@@ -1,29 +1,29 | |||||
|
1 |
|
1 | ||
|
2 | %h1 Your account settings |
|
2 | %h1 Your account settings |
|
3 |
|
3 | ||
|
4 | %p |
|
4 | %p |
|
5 |
- You can edit your |
|
5 | + You can edit your alias and e-mails. Just click on the text and edit it. |
|
6 |
|
6 | ||
|
7 |
|
7 | ||
|
8 | %table.uinfo |
|
8 | %table.uinfo |
|
9 | %tr |
|
9 | %tr |
|
10 | %th.uinfo Login |
|
10 | %th.uinfo Login |
|
11 | %td.uinfo= @user.login |
|
11 | %td.uinfo= @user.login |
|
12 | %tr |
|
12 | %tr |
|
13 | %th.uinfo Full name |
|
13 | %th.uinfo Full name |
|
14 | %td.uinfo= @user.full_name |
|
14 | %td.uinfo= @user.full_name |
|
15 | %tr |
|
15 | %tr |
|
16 | %th.uinfo Alias |
|
16 | %th.uinfo Alias |
|
17 | %td.uinfo= in_place_editor_field :user, 'alias_for_editing', {}, :rows => 1 |
|
17 | %td.uinfo= in_place_editor_field :user, 'alias_for_editing', {}, :rows => 1 |
|
18 | %tr |
|
18 | %tr |
|
19 | %th.uinfo E-mail |
|
19 | %th.uinfo E-mail |
|
20 | %td.uinfo= in_place_editor_field :user, 'email_for_editing', {}, :rows => 1 |
|
20 | %td.uinfo= in_place_editor_field :user, 'email_for_editing', {}, :rows => 1 |
|
21 | %tr |
|
21 | %tr |
|
22 | %th.uinfo Password |
|
22 | %th.uinfo Password |
|
23 | %td.uinfo |
|
23 | %td.uinfo |
|
24 | - form_tag :action => 'chg_passwd', :method => 'post' do |
|
24 | - form_tag :action => 'chg_passwd', :method => 'post' do |
|
25 | %table |
|
25 | %table |
|
26 | %tr |
|
26 | %tr |
|
27 | %td= password_field_tag 'passwd' |
|
27 | %td= password_field_tag 'passwd' |
|
28 | %td (new) |
|
28 | %td (new) |
|
29 | %tr |
|
29 | %tr |
You need to be logged in to leave comments.
Login now