Commit 239cccb21cf998b5178a09894b680db226d6b68c
1 parent
3769f169
Exists in
master
and in
29 other branches
ActionItem9: better index for users
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@132 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
18 additions
and
3 deletions
Show diff stats
app/views/account/index.rhtml
1 | +<p> | |
2 | +<%= link_to _('Change password.'), :action => 'change_password' %> | |
3 | +<%= _('It is a good idea to change your password from times to times.') %> | |
4 | +</p> | |
1 | 5 | |
2 | -<%= link_to _('Change password'), :action => 'change_password' %> | |
3 | -<%= link_to _('Edit Personal details'), :action => 'edit_details' %> | |
4 | -<%= link_to _('Logout'), :action => 'logout' %> | |
6 | +<p> | |
7 | +<%= link_to _('Edit Personal details.'), :action => 'edit_details' %> | |
8 | +<%= _('You can change your personal details.') %> | |
9 | +</p> | |
10 | + | |
11 | +<p> | |
12 | +<%= link_to _('Logout.'), :action => 'logout' %> | |
13 | +<%= _('It is always a good idea to make a logout when you finish using.')%> | |
14 | +</p> | ... | ... |
app/views/layouts/account.rhtml