Commit 9480201dc9e6a8f1d256778779b3e353e947e14e

Authored by Antonio Terceiro
1 parent 1cfc5e1d

Fixing test. WTF?

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
... ... @@ -519,7 +519,7 @@ module ApplicationHelper
519 519 {_('Friends') => {:href => url_for(:controller => :profile, :action => :friends, :profile => profile.identifier)}},
520 520 {_('Communities') => {:href => url_for(:controller => :profile, :action => :communities, :profile => profile.identifier)}},
521 521 {_('Send an e-mail') => {:href => url_for(:profile => profile.identifier, :controller => 'contact', :action => 'new'), :class => 'send-an-email', :style => 'display: none'}},
522   - {_('Add friend') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}}
  522 + {_('Add') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}}
523 523 ]
524 524 elsif profile.kind_of?(Community)
525 525 [
... ...