Files
danbooru/app/views/comments/index_by_comment.html.erb
2011-03-15 19:19:49 -04:00

9 lines
298 B
Plaintext

<div id="c-comments">
<div id="a-index">
<% @comments.each do |comment| %>
<%= render :partial => "comments/partials/index/list", :locals => {:post => comment.post, :comments => [comment], :show_header => false} %>
<% end %>
</div>
</div>
<%= render "comments/secondary_links" %>