Commit bcbd8b94f4758158b8f6b613de92dd76994acb6f

Authored by dtygel
Committed by Braulio Bhavamitra
1 parent 82742464

favorite_enterprises: Remove label from 'remove' icon

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/favorite_enterprises/index.html.erb
... ... @@ -9,7 +9,7 @@
9 9 enterprise.identifier, :class => 'profile-link' %>
10 10 <%# profile_image_link enterprise, :portrait, 'div' %>
11 11 <div class="controll">
12   - <%= button(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %>
  12 + <%= button_without_text(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %>
13 13 </div><!-- end class="controll" -->
14 14 </li>
15 15 <% end %>
... ...