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