diaspora/app/views/fb_status/_fb_status.html.haml
2010-09-24 15:04:31 -07:00

13 lines
372 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3. See
-# the COPYRIGHT file.
%li.message{:id => post.id, :class => ("mine" if current_user.owns?(post))}
= image_tag( "http://graph.facebook.com/#{post.author_id}/picture" )
.content
%span.from
= post.author_name
= post.message