diaspora/app/views/aspects/show.html.haml

17 lines
453 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.span-4.append-1.last
= render "shared/aspect_friends"
.span-15.last
= render 'aspects/empty_messages'
= render "shared/publisher"
%ul#stream
- for post in @posts
= render type_partial(post), :post => post unless post.class == Album
#pagination
= will_paginate @posts