Sha256: 04f534f669ffce57638fcc38e248276efd9536a6dbb6b6910a22d668efa4bebc
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
<div id="<%= comment.dom_id %>" class="comment_holder delete-container"> <div class="commentor-icon"><%= icon comment.user %></div> <p><span class="commentor"><%= link_to comment.user.try(:display_name), comment.user %></span> <%= h comment.body %></p> <%= delete_comment(comment, :image) if comment.can_edit?(current_user) %> <span class="comment-time"><%= t("muck.general.time_ago", :time_in_words => time_ago_in_words(comment.created_at)) %></span></p> </div>
Version data entries
7 entries across 7 versions & 1 rubygems