diff --git a/app/assets/stylesheets/specific/comments.css.scss b/app/assets/stylesheets/specific/comments.css.scss index f2cddfa14..0416652b9 100644 --- a/app/assets/stylesheets/specific/comments.css.scss +++ b/app/assets/stylesheets/specific/comments.css.scss @@ -62,7 +62,7 @@ div.comments-for-post { } div#c-comments { - div#a-index { + div#a-index, div#a-show { div.header { span.info { margin-right: 1.5em; diff --git a/app/views/comments/show.html.erb b/app/views/comments/show.html.erb index 66937e472..04631bed2 100644 --- a/app/views/comments/show.html.erb +++ b/app/views/comments/show.html.erb @@ -2,7 +2,13 @@
- <%= render "comments/partials/show/comment", :post => @comment.post, :comment => @comment, :show_header => false %> +
+
+ <%= link_to(image_tag(@comment.post.preview_file_url), post_path(@comment.post)) %> +
+ <%= render :partial => "comments/partials/show/comment", :collection => [@comment] %> +
+