From 747706447e590cbf0dbd0610df87f36e896eb127 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 13 Jan 2009 12:03:02 -0300 Subject: [PATCH] ActionItem862: missed terminology markup --- app/views/profile/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index 8edbbb1..4579e21 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -24,7 +24,7 @@ <%= content_tag 'a', profile.email, :href => 'mailto:'+profile.email %> <% end %> -
  • <%= link_to _('Friends'), :action => 'friends' %>
  • +
  • <%= link_to __('Friends'), :action => 'friends' %>
  • <%= link_to __('Communities'), :action => 'communities' %>
  • <%= link_to __('Enterprises'), :action => 'enterprises' %>
  • <% end %> -- libgit2 0.21.2