[Git][noosfero/noosfero][master] recent-content-block: add class to see-all link

Rodrigo Souto gitlab at mg.gitlab.com
Sun Jul 16 19:09:21 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
06da16e0 by Rodrigo Souto at 2017-07-16T19:09:01-03:00
recent-content-block: add class to see-all link

- - - - -


1 changed file:

- plugins/recent_content/views/blocks/recent_content.html.erb


Changes:

=====================================
plugins/recent_content/views/blocks/recent_content.html.erb
=====================================
--- a/plugins/recent_content/views/blocks/recent_content.html.erb
+++ b/plugins/recent_content/views/blocks/recent_content.html.erb
@@ -37,7 +37,7 @@
       </div>
     <% end %>
     <% if profile %>
-      <%= link_to _('View All'), :profile => profile.identifier, :controller => 'content_viewer', :action => 'view_page', :page => block.root.path %>
+      <%= link_to _('View All'), {:profile => profile.identifier, :controller => 'content_viewer', :action => 'view_page', :page => block.root.path}, {:class => 'see-all'} %>
     <% end %>
   </div>
 <% else %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/06da16e0a7bc312bcadefef94a087aa4dc722321

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/06da16e0a7bc312bcadefef94a087aa4dc722321
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170716/8e31654b/attachment.html>


More information about the Noosfero-dev mailing list