diaspora/app/views/shared/_stream.haml
2010-11-27 21:27:27 -05:00

7 lines
314 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_hash in @post_hashes
= render 'shared/stream_element', post_hash.merge(:aspects => @aspects)