Comments

<%= render "posts/partials/common/inline_blacklist" %> <% if params[:group_by] == "comment" %> <%= render "index_by_comment" %> <% else %> <%= render "index_by_post" %> <% end %>
<%= render "comments/secondary_links" %> <% content_for(:page_title) do %> Comments - <%= Danbooru.config.app_name %> <% end %>