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 5 <%= _('It is a good idea to change your password from times to times.') %>
6 6 </p>
7 7  
  8 +<%# FIXME: to be implemented %>
  9 +<!--
8 10 <p>
9 11 <%= link_to _('Edit Personal details.'), :action => 'edit_details' %>
10 12 <%= _('You can change your personal details.') %>
11 13 </p>
  14 +-->
12 15  
13 16 <p>
14 17 <%= link_to _('Logout.'), :action => 'logout' %>
... ...