Commit f4b01954a1c79836054ebbe3160786c3dce17399

Authored by MoisesMachado
1 parent be7ad56c

ActionItem168: linked the index to the communities and the enteprises of the pro…

…file in the profile controller


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1477 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/profile/index.rhtml
... ... @@ -12,8 +12,8 @@
12 12  
13 13 <%# FIXME %>
14 14 <li><%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %></li>
15   - <li><%= link_to_function _('Communities'), 'alert(%s")' % _('This function is not available yet.').inspect %></li>
16   - <li><%= link_to_function _('Enterprises'), 'alert(%s)' % _('This function is not available yet.').inspect %></li>
  15 + <li><%= link_to _('Communities'), :action => 'communities' %></li>
  16 + <li><%= link_to _('Enterprises'), :action => 'enterprises' %></li>
17 17  
18 18 <li>
19 19 <%= _('Tags:') %>
... ...