diaspora/app/views/groups/index.html.haml
Raphael 61c906a9d3 Merge branch 'master' of github.com:diaspora/diaspora_rails into pivots
Conflicts:
	app/models/user.rb
	app/views/groups/index.html.haml
	config/deploy_config.yml
2010-08-18 14:45:41 -07:00

8 lines
172 B
Text

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