mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
%li.comment{:id => post.id}
|
|
= person_image_tag(post.person)
|
|
%span.from
|
|
= link_to post.person.real_name, post.person
|
|
= auto_link post.text
|
|
%div.time
|
|
= "#{time_ago_in_words(post.updated_at)} ago"
|