From 9480201dc9e6a8f1d256778779b3e353e947e14e Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 21 Oct 2010 19:58:01 -0300 Subject: [PATCH] Fixing test. WTF? --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b6c5f4a..10d02a2 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -519,7 +519,7 @@ module ApplicationHelper {_('Friends') => {:href => url_for(:controller => :profile, :action => :friends, :profile => profile.identifier)}}, {_('Communities') => {:href => url_for(:controller => :profile, :action => :communities, :profile => profile.identifier)}}, {_('Send an e-mail') => {:href => url_for(:profile => profile.identifier, :controller => 'contact', :action => 'new'), :class => 'send-an-email', :style => 'display: none'}}, - {_('Add friend') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} + {_('Add') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} ] elsif profile.kind_of?(Community) [ -- libgit2 0.21.2