From 988eea42150647a8360c997a739130c6ba755983 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Mon, 9 Aug 2010 21:21:35 -0700 Subject: [PATCH] fixed comment view bug --- 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 8783b4502..0c7fe954d 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -1,7 +1,7 @@ %li.comment{:id => post.id} = person_image_tag(post.person) %span.from - = link_to_person post.person + = link_to post.person.real_name, post.person = auto_link post.text %div.time = "#{time_ago_in_words(post.updated_at)} ago"