fixed comment view bug
This commit is contained in:
parent
36e3cff1b6
commit
988eea4215
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
%li.comment{:id => post.id}
|
%li.comment{:id => post.id}
|
||||||
= person_image_tag(post.person)
|
= person_image_tag(post.person)
|
||||||
%span.from
|
%span.from
|
||||||
= link_to_person post.person
|
= link_to post.person.real_name, post.person
|
||||||
= auto_link post.text
|
= auto_link post.text
|
||||||
%div.time
|
%div.time
|
||||||
= "#{time_ago_in_words(post.updated_at)} ago"
|
= "#{time_ago_in_words(post.updated_at)} ago"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue