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