diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index c144a43..5509a4f 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -11,7 +11,7 @@ <%# FIXME %> -
  • <%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %>
  • +
  • <%= link_to _('Friends'), :action => 'friends' %>
  • <%= link_to _('Communities'), :action => 'communities' %>
  • <%= link_to _('Enterprises'), :action => 'enterprises' %>
  • <% if profile.kind_of? Organization %> -- libgit2 0.21.2