Commit d2d764025f2c6445f5e15daee3bbf2974a32cc69
1 parent
f39f64e0
Exists in
master
and in
29 other branches
ActionItem172: make link to friends in profile controller
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1553 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/index.rhtml
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | </li> | 11 | </li> |
12 | 12 | ||
13 | <%# FIXME %> | 13 | <%# FIXME %> |
14 | - <li><%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %></li> | 14 | + <li><%= link_to _('Friends'), :action => 'friends' %></li> |
15 | <li><%= link_to _('Communities'), :action => 'communities' %></li> | 15 | <li><%= link_to _('Communities'), :action => 'communities' %></li> |
16 | <li><%= link_to _('Enterprises'), :action => 'enterprises' %></li> | 16 | <li><%= link_to _('Enterprises'), :action => 'enterprises' %></li> |
17 | <% if profile.kind_of? Organization %> | 17 | <% if profile.kind_of? Organization %> |