12 lines
363 B
Text
12 lines
363 B
Text
-# Copyright (c) 2010, Disapora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3. See
|
|
-# the COPYRIGHT file.
|
|
|
|
|
|
%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"
|