diaspora/app/views/shared/_stream.haml
2010-11-25 23:53:45 -05:00

7 lines
301 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.
%ul{:class => 'stream', :id => 'main_stream'}
- for post in @posts
= render 'shared/stream_element', :post => post, :aspects => @aspects