diaspora/app/views/comments/_comment.html.haml
2010-11-04 16:18:49 -07:00

12 lines
380 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%li.comment
= person_image_link(post.person)
.content
.from
= link_to post.person.real_name, post.person
= markdownify(post.text)
%div.time
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"