<%= yield %>
--
libgit2 0.21.2diff --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 %>