diaspora/app/views/groups/index.html.haml
2010-08-14 00:27:43 -07:00

11 lines
204 B
Text

%h1
welcome home,
= current_user.profile.first_name
= render "shared/publisher"
%ul#stream
- for post in @posts
= render type_partial(post), :post => post
#pagination
= will_paginate @posts