<%= link_to(image_tag(@comment.post.preview_file_url), post_path(@comment.post)) %>
<%= render :partial => "comments/partials/show/comment", :collection => [@comment] %>
<%= render "secondary_links" %>