From 7b3aac923a4e91804db8934230ede623602b715c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 27 Nov 2010 18:05:47 -0500 Subject: [PATCH] Take image_tag out --- app/views/comments/_comment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index d5524e2ed..a1e1a7b6b 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -5,7 +5,7 @@ %li.comment{:data=>{:guid=>comment.id}} -start=Time.now %a{:href => "/people/#{person.id}"} - =person_image_tag(person) + %img{:src => image_or_default(person), :class => "avatar", :alt => person.real_name, :title => person.real_name, "data-person_id" => person.id} - post_image_link=Time.now .content .from