Files
danbooru/app/views/comments/index.html.erb
2019-08-24 22:55:35 -05:00

16 lines
323 B
Plaintext

<div id="c-comments">
<div id="a-index">
<h1>Comments</h1>
<%= render "posts/partials/common/inline_blacklist" %>
<% if params[:group_by] == "comment" %>
<%= render "index_by_comment" %>
<% else %>
<%= render "index_by_post" %>
<% end %>
</div>
</div>
<%= render "secondary_links" %>