13 lines
324 B
Text
13 lines
324 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}
|
|
|
|
= image_tag( "http://graph.facebook.com/#{post.author_id}/picture" )
|
|
|
|
.content
|
|
%span.from
|
|
= post.author_name
|
|
= post.message
|