<%= link_to _('Change password.'), :action => 'change_password' %> <%= _('It is a good idea to change your password from times to times.') %>
<%= link_to_myprofile _('Edit Personal details.'), :controller => 'profile_editor' %> <%= _('You can change your personal details.') %>
<%= link_to_homepage(_('My home page.')) %> <%= _('See your homepage.') %>
<%= link_to_myprofile(_('Manage content.'), :controller => 'cms') %> <%= _('Manage your content.') %>
<%= link_to _('Logout.'), :action => 'logout' %> <%= _('It is always a good idea to make a logout when you finish using the environment.')%>