fixed comment view bug

This commit is contained in:
danielvincent 2010-08-09 21:21:35 -07:00
parent 36e3cff1b6
commit 988eea4215

View file

@ -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"