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" %>