From 161c7cb4f55ded5d505096e8dc4db4d83e1a1ce0 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 11 Jul 2013 16:21:25 -0400 Subject: [PATCH] fixes #1791 --- app/views/comments/index_by_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) %>