9 lines
339 B
Text
9 lines
339 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))}
|
|
= person_image_link(post.person)
|
|
= yield post_yield_tag(post)
|
|
= = render type_partial(post), :post => post
|