diaspora/app/views/ostatus_posts/_ostatus_post.html.haml
2010-07-22 21:27:43 -07:00

12 lines
342 B
Text

%li.message{:id => post.id}
= image_tag post.author.avatar_thumbnail, :class => "person_picture"
%span.from
= link_to post.author.username, author_path(post.author)
= auto_link post.message
%div.time
= link_to(how_long_ago(post), object_path(post))
from
= link_to post.author.service, post.author.profile_url