diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index a09f60a..a06ccbc 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -12,8 +12,8 @@ <%# FIXME %>
  • <%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %>
  • -
  • <%= link_to_function _('Communities'), 'alert(%s")' % _('This function is not available yet.').inspect %>
  • -
  • <%= link_to_function _('Enterprises'), 'alert(%s)' % _('This function is not available yet.').inspect %>
  • +
  • <%= link_to _('Communities'), :action => 'communities' %>
  • +
  • <%= link_to _('Enterprises'), :action => 'enterprises' %>
  • <%= _('Tags:') %> -- libgit2 0.21.2