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