13 lines
403 B
Text
13 lines
403 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
|
|
|
|
= render 'shared/stream', :posts => @posts
|
|
|
|
#pagination
|
|
= will_paginate @posts
|
|
|
|
- content_for :subpages do
|
|
= render 'shared/publisher', :aspect_ids => @aspect_ids
|