From bcbd8b94f4758158b8f6b613de92dd76994acb6f Mon Sep 17 00:00:00 2001 From: dtygel Date: Fri, 13 Mar 2015 21:54:37 -0300 Subject: [PATCH] favorite_enterprises: Remove label from 'remove' icon --- app/views/favorite_enterprises/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/favorite_enterprises/index.html.erb b/app/views/favorite_enterprises/index.html.erb index efe1dc4..378dc47 100644 --- a/app/views/favorite_enterprises/index.html.erb +++ b/app/views/favorite_enterprises/index.html.erb @@ -9,7 +9,7 @@ enterprise.identifier, :class => 'profile-link' %> <%# profile_image_link enterprise, :portrait, 'div' %>
- <%= button(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %> + <%= button_without_text(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %>
<% end %> -- libgit2 0.21.2