20 lines
422 B
Plaintext
20 lines
422 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 "comments/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Comments - <%= Danbooru.config.app_name %>
|
|
<% end %>
|