Sha256: 33f77cbee38a27a2e661ee5c66d471ef832badb5f7da9079c6ecdc89487357d2

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

<div class="comment">
  <a name="comment_<%= comment.id %>"></a>
  <b><%= comment.subject %></b> (<%= link_to('Reply', :controller => 'post', :action => 'reply', :user => comment.post.user.username, :id => comment.id, :slug => comment.post.slug) %>) <% if owns_post?(comment.post) %>(<%= link_to 'Delete', :controller => 'post', :action => 'destroy_comment', :id => comment.id %>)<% end %><br />
  Posted <%= distance_of_time_in_words comment.post.created_at, comment.created_at %> later by <em><%= comment.posted_by %></em><br /><br />
  <%= comment.rendered %>

  <% comment.comments.each do |c| -%>
  <%= render_partial 'comment', c %>
  <% end -%>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
EliteJournal-1.9.480 app/views/post/_comment.rhtml
EliteJournal-1.9.492 app/views/post/_comment.rhtml