Use group settings layout for audit events and hooks

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2015-08-27 10:28:26 +02:00
parent 55964cbbad
commit 5d17dccab8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class AuditEventsController < ApplicationController
if @project
'project_settings'
elsif @group
'group'
'group_settings'
end
end
+1 -1
View File
@@ -5,7 +5,7 @@ class Groups::HooksController < Groups::ApplicationController
respond_to :html
layout "group"
layout 'group_settings'
def index
@hooks = @group.hooks
@@ -3,7 +3,7 @@ class Groups::LdapGroupLinksController < Groups::ApplicationController
before_action :require_ldap_enabled
before_action :authorize_admin_group!
layout 'group'
layout 'group_settings'
def index
end