6 lines
163 B
Text
6 lines
163 B
Text
%li.comment{:id => post.id}
|
|
%span.from
|
|
= link_to_person post.person
|
|
= auto_link post.text
|
|
%div.time
|
|
= "#{time_ago_in_words(post.updated_at)} ago"
|