Sha256: 2c3423daf917d3a7fd29af44031dd22afefd02542387657b0558e4704ebc6959
Contents?: true
Size: 500 Bytes
Versions: 9
Compression:
Stored size: 500 Bytes
Contents
<div id="<%= comment.dom_id %>" class="activity-comment delete-container"> <div class="actor-icon"><%= icon comment_owner.source %></div> <%= delete_comment(comment, :image) if comment.can_edit?(current_user) %> <p><span class="actor"><%= link_to comment_owner.source.display_name, comment_owner.source %></span> <span class="activity-time"><%= t("muck.activities.time_ago", :time_in_words => time_ago_in_words(comment_owner.created_at)) %></span></p> <p><%= h comment.body %></p> </div>
Version data entries
9 entries across 9 versions & 1 rubygems