noosfero | favorite_enterprises: Remove label from 'remove' icon

Bráulio Bhavamitra gitlab at gitlab.com
Fri Mar 13 21:57:57 BRT 2015


Bráulio Bhavamitra pushed to refs/heads/next at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/bcbd8b94f4758158b8f6b613de92dd76994acb6f">bcbd8b94</a> by dtygel
favorite_enterprises: Remove label from 'remove' icon

- - - - -


Changes:

=====================================
app/views/favorite_enterprises/index.html.erb
=====================================
--- 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' %>
     <div class="controll">
-      <%= button(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %>
+      <%= button_without_text(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %>
     </div><!-- end class="controll" -->
   </li>
 <% end %>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150314/aedfb518/attachment.html>


More information about the Noosfero-dev mailing list