11 lines
290 B
Text
11 lines
290 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
|
|
|
|
= render 'shared/stream', :posts => @posts
|
|
|
|
#pagination
|
|
= will_paginate @posts
|
|
|