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

12 lines
386 B
Text

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