[Git][noosfero/noosfero][master] 2 commits: profile-wall: add activity verb as css class

Rodrigo Souto gitlab at mg.gitlab.com
Thu Sep 21 18:23:13 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
9aae7ab9 by Rodrigo Souto at 2017-09-21T13:26:41Z
profile-wall: add activity verb as css class

- - - - -
3d70c7f8 by Rodrigo Souto at 2017-09-21T21:23:06Z
Merge branch 'wall-activity-verb-class' into 'master'

Wall activity verb class

See merge request noosfero/noosfero!1313
- - - - -


1 changed file:

- app/views/profile/_profile_activity.html.erb


Changes:

=====================================
app/views/profile/_profile_activity.html.erb
=====================================
--- a/app/views/profile/_profile_activity.html.erb
+++ b/app/views/profile/_profile_activity.html.erb
@@ -1,4 +1,4 @@
-<li class="<%= kindify_class(activity.user, 'profile-activity-item') %>" id='profile-activity-item-<%= activity.id %>'>
+<li class="<%= kindify_class(activity.user, "profile-activity-item #{activity.verb}") %>" id='profile-activity-item-<%= activity.id %>'>
   <%= render :partial => activity.verb, :locals => { :activity => activity, :tab_action => tab_action }%>
   <hr />
 </li>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/78285942c2e174a9a24c8b6f90c5af6c98f1d307...3d70c7f8fe7112144f6323ba52337de5abea37f5

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/78285942c2e174a9a24c8b6f90c5af6c98f1d307...3d70c7f8fe7112144f6323ba52337de5abea37f5
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/20170921/f26a4e0b/attachment.html>


More information about the Noosfero-dev mailing list