From f4b01954a1c79836054ebbe3160786c3dce17399 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Fri, 22 Feb 2008 20:00:27 +0000 Subject: [PATCH] ActionItem168: linked the index to the communities and the enteprises of the profile in the profile controller --- app/views/profile/index.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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