Sha256: 5618f6b953564be8b8fddcb18ee2a1c73a1d66fc77451dd4f591936aa0153bdb
Contents?: true
Size: 371 Bytes
Versions: 2
Compression:
Stored size: 371 Bytes
Contents
<% if activity.has_comments? -%> <%= render( :partial => "activities/comment", :collection => activity.comments, :locals => { :activity => activity } ) %> <% end -%> <div id="comment_<%=activity.dom_id%>" class="activity-comment <%= has_comments_css(activity) %>"> <div class="actor-icon"><%= icon current_user %></div> <%= activity_comment_link(activity) %> </div>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
muck-activity-0.1.6 | app/views/activities/_comments.html.erb |
muck-activities-0.1.7 | app/views/activities/_comments.html.erb |