Comments

<% @comments.each do |comment| %>
>
<% if comment.post.visible? %> <%= link_to(image_tag(comment.post.preview_file_url), post_path(comment.post)) %> <% end %>
<%= render :partial => "comments/partials/show/comment", :collection => [comment] %>
<% end %>
<%= numbered_paginator(@comments) %>
<%= render "comments/secondary_links" %> <% content_for(:page_title) do %> Comments - <%= Danbooru.config.app_name %> <% end %>