Comments

<% @comments.each do |comment| %> <%= render "comments/partials/show/comment", :post => comment.post, :comment => comment, :show_header => false %> <% end %>
<%= sequential_paginator(@comments) %>
<%= render "comments/secondary_links" %> <% content_for(:page_title) do %> Comments - <%= Danbooru.config.app_name %> <% end %>