Sha256: 00a838c3fc8e229c4079418b9ca007441c30a43c209bae2247b31e074eabd0f4

Contents?: true

Size: 641 Bytes

Versions: 3

Compression:

Stored size: 641 Bytes

Contents

<div class="comment">
  <a name="comment_<%= comment.id %>"></a>
  <b><%= comment.subject %></b> (<%= link_to('Reply', :controller => 'post', :action => 'reply', :id => comment.post_id, :params => {'comment_id' => comment.id }) %>) <% 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

3 entries across 3 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/journal/_comment.rhtml
EliteJournal-1.9.401 app/views/journal/_comment.rhtml
EliteJournal-1.9.403 app/views/journal/_comment.rhtml