From 7e35c14744d3e2990c3c1578dc3d338d34126769 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 20 Sep 2010 14:58:28 -0300 Subject: [PATCH] Don't associate people with recycle bins --- app/views/friends/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml index 62a2492..d2f3e3c 100644 --- a/app/views/friends/index.rhtml +++ b/app/views/friends/index.rhtml @@ -26,7 +26,7 @@
<%= link_to content_tag('span',_('remove')), { :action => 'remove', :id => friend.id }, - :class => 'button icon-delete', + :class => 'button icon-remove', :title => _('remove') %> <%= link_to content_tag('span',_('contact')), friend.url.merge(:controller => 'contact', :action => 'new'), -- libgit2 0.21.2