diaspora/app/views/groups/index.html.haml
2010-08-24 15:21:27 -07:00

12 lines
247 B
Text

%h1
welcome,
= current_user.profile.first_name
= 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