Sha256: fc8250c90f425e5fb5af42c26a98c84ed848488f690867e42753333011efb95b
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 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 limit_comment(comment.body, truncate_comment, length, omission) %></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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muck-comments-0.1.16 | app/views/comments/_comment.html.erb |
muck-comments-0.1.15 | app/views/comments/_comment.html.erb |