Files
danbooru/app/views/comments/show.html.erb
2011-10-26 18:43:56 -04:00

11 lines
311 B
Plaintext

<div id="c-comments">
<div id="a-show">
<div class="comments-for-post">
<div class="list-of-comments">
<%= render "comments/partials/show/comment", :post => @comment.post, :comment => @comment, :show_header => false %>
</div>
</div>
</div>
</div>
<%= render "secondary_links" %>