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