Commit 7e35c14744d3e2990c3c1578dc3d338d34126769
1 parent
28c193d4
Exists in
master
and in
29 other branches
Don't associate people with recycle bins
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/friends/index.rhtml
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <div class="controll"> | 26 | <div class="controll"> |
27 | <%= link_to content_tag('span',_('remove')), | 27 | <%= link_to content_tag('span',_('remove')), |
28 | { :action => 'remove', :id => friend.id }, | 28 | { :action => 'remove', :id => friend.id }, |
29 | - :class => 'button icon-delete', | 29 | + :class => 'button icon-remove', |
30 | :title => _('remove') %> | 30 | :title => _('remove') %> |
31 | <%= link_to content_tag('span',_('contact')), | 31 | <%= link_to content_tag('span',_('contact')), |
32 | friend.url.merge(:controller => 'contact', :action => 'new'), | 32 | friend.url.merge(:controller => 'contact', :action => 'new'), |