7 lines
301 B
Text
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
|