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