7 lines
314 B
Text
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)
|