Sha256: f45817a41fdbb3892e89f32539439df3853e911c312d7a0d8f6317bc696ff3e4

Contents?: true

Size: 523 Bytes

Versions: 10

Compression:

Stored size: 523 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>
    <%= 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

10 entries across 10 versions & 1 rubygems

Version Path
muck-comments-3.2.0 app/views/comments/_comment.erb
muck-comments-3.1.0 app/views/comments/_comment.erb
muck-comments-3.0.2 app/views/comments/_comment.erb
muck-comments-3.0.1 app/views/comments/_comment.erb
muck-comments-3.0.0 app/views/comments/_comment.erb
muck-comments-0.1.21 app/views/comments/_comment.html.erb
muck-comments-0.1.20 app/views/comments/_comment.html.erb
muck-comments-0.1.19 app/views/comments/_comment.html.erb
muck-comments-0.1.18 app/views/comments/_comment.html.erb
muck-comments-0.1.17 app/views/comments/_comment.html.erb