From 239cccb21cf998b5178a09894b680db226d6b68c Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 23 Jul 2007 23:03:33 +0000 Subject: [PATCH] ActionItem9: better index for users --- app/views/account/index.rhtml | 16 +++++++++++++--- app/views/layouts/account.rhtml | 2 ++ app/views/layouts/virtual_community_admin.rhtml | 3 +++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/app/views/account/index.rhtml b/app/views/account/index.rhtml index 509703f..d4f7b6d 100644 --- a/app/views/account/index.rhtml +++ b/app/views/account/index.rhtml @@ -1,4 +1,14 @@ +

+<%= link_to _('Change password.'), :action => 'change_password' %> +<%= _('It is a good idea to change your password from times to times.') %> +

-<%= link_to _('Change password'), :action => 'change_password' %> -<%= link_to _('Edit Personal details'), :action => 'edit_details' %> -<%= link_to _('Logout'), :action => 'logout' %> +

+<%= link_to _('Edit Personal details.'), :action => 'edit_details' %> +<%= _('You can change your personal details.') %> +

+ +

+<%= link_to _('Logout.'), :action => 'logout' %> +<%= _('It is always a good idea to make a logout when you finish using.')%> +

diff --git a/app/views/layouts/account.rhtml b/app/views/layouts/account.rhtml index 2b7c9f1..170f74e 100644 --- a/app/views/layouts/account.rhtml +++ b/app/views/layouts/account.rhtml @@ -6,6 +6,8 @@ + <%= virtual_community_identification %> + <%= user_links %>
<%= yield %> diff --git a/app/views/layouts/virtual_community_admin.rhtml b/app/views/layouts/virtual_community_admin.rhtml index 4fb8aea..8be0f29 100644 --- a/app/views/layouts/virtual_community_admin.rhtml +++ b/app/views/layouts/virtual_community_admin.rhtml @@ -7,6 +7,9 @@ + <%= virtual_community_identification %> + <%= user_links %> +
<%= yield %>
-- libgit2 0.21.2