diff --git a/app/views/comments/index_by_comment.html.erb b/app/views/comments/index_by_comment.html.erb index b01dcf98f..067b7e7d0 100644 --- a/app/views/comments/index_by_comment.html.erb +++ b/app/views/comments/index_by_comment.html.erb @@ -5,7 +5,7 @@
<% @comments.each do |comment| %> -
+
<%= link_to(image_tag(comment.post.preview_file_url), post_path(comment.post)) %>