mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
%li.comment{:id => comment.id}
|
|
%span.from
|
|
= link_to_person comment.person
|
|
= comment.text
|
|
%div.time
|
|
= "#{time_ago_in_words(comment.updated_at)} ago"
|