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"