diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-30 20:02:00 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-30 20:02:00 +0200 |
commit | a3bd323cd3db718e0aeda9dac29102c3b4656174 (patch) | |
tree | 479ca67a44974823f31f3c3a0c3ec545809e34c7 /app/controllers/groups | |
parent | 26ad250989d82b496b131811f8a0ddd7e662b650 (diff) | |
download | gitlab-ce-a3bd323cd3db718e0aeda9dac29102c3b4656174.tar.gz |
Remove an old determine_layout call.
Diffstat (limited to 'app/controllers/groups')
-rw-r--r-- | app/controllers/groups/group_members_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/groups/group_members_controller.rb b/app/controllers/groups/group_members_controller.rb index 5648a652e8e..a11c554a2af 100644 --- a/app/controllers/groups/group_members_controller.rb +++ b/app/controllers/groups/group_members_controller.rb @@ -6,8 +6,6 @@ class Groups::GroupMembersController < Groups::ApplicationController before_action :authorize_read_group! before_action :authorize_admin_group!, except: [:index, :leave] - layout :determine_layout - def index @project = @group.projects.find(params[:project_id]) if params[:project_id] @members = @group.group_members |