diaspora/app/views/groups/index.html.haml
2010-08-25 10:09:39 -07:00

12 lines
250 B
Text

%h1
Stream for
= link_to "all groups", 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