Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
85c268b5eb
2 changed files with 4 additions and 6 deletions
|
|
@ -30,10 +30,8 @@ class GroupsController < ApplicationController
|
|||
end
|
||||
|
||||
def show
|
||||
@person_ids = @group.person_ids
|
||||
|
||||
@group = Group.first(:id => params[:id])
|
||||
|
||||
@friends = @group.people
|
||||
@posts = current_user.visible_posts( :by_members_of => @group ).paginate :order => 'created_at DESC'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue