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