10 lines
246 B
Text
10 lines
246 B
Text
%h1
|
|
stream for
|
|
= link_to 'everybody', root_path
|
|
= render "shared/publisher", :group_ids => :all
|
|
%ul#stream
|
|
- for post in @posts
|
|
= render type_partial(post), :post => post unless post.class == Album
|
|
#pagination
|
|
= will_paginate @posts
|
|
|