diaspora/app/views/groups/index.html.haml
Raphael 701bec670f Merge branch 'master' of github.com:diaspora/diaspora into pivots
Conflicts:
	app/views/groups/index.html.haml
	config/deploy_config.yml
2010-08-18 20:50:28 -07:00

14 lines
278 B
Text

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