diaspora/app/views/ostatus_posts/_ostatus_post.html.haml
2010-07-22 22:34:30 -07:00

12 lines
383 B
Text

%li.message{:id => post.id}
= image_tag post.author.avatar_thumbnail, :class => "person_picture" unless post.author.avatar_thumbnail.nil?
%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