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