Commit a2ffa15c55b0144059dcf959d80f75ed8695b968

Authored by AntonioTerceiro
1 parent 2c7a3dfb

ActionItem18: hiding uninplemented action



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@413 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/views/account/index.rhtml
@@ -5,10 +5,13 @@ @@ -5,10 +5,13 @@
5 <%= _('It is a good idea to change your password from times to times.') %> 5 <%= _('It is a good idea to change your password from times to times.') %>
6 </p> 6 </p>
7 7
  8 +<%# FIXME: to be implemented %>
  9 +<!--
8 <p> 10 <p>
9 <%= link_to _('Edit Personal details.'), :action => 'edit_details' %> 11 <%= link_to _('Edit Personal details.'), :action => 'edit_details' %>
10 <%= _('You can change your personal details.') %> 12 <%= _('You can change your personal details.') %>
11 </p> 13 </p>
  14 +-->
12 15
13 <p> 16 <p>
14 <%= link_to _('Logout.'), :action => 'logout' %> 17 <%= link_to _('Logout.'), :action => 'logout' %>