9 lines
362 B
Text
9 lines
362 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.
|
|
|
|
|
|
= render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids
|
|
#main_stream.stream{:data => {:guids => aspect_ids.join(',')}}
|
|
= render 'shared/stream', :posts => fakes
|
|
= will_paginate posts
|