summaryrefslogtreecommitdiff
path: root/app/controllers/groups/clusters_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/clusters_controller.rb')
-rw-r--r--app/controllers/groups/clusters_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/clusters_controller.rb b/app/controllers/groups/clusters_controller.rb
index b846fb21266..f659d4c3991 100644
--- a/app/controllers/groups/clusters_controller.rb
+++ b/app/controllers/groups/clusters_controller.rb
@@ -7,7 +7,7 @@ class Groups::ClustersController < Clusters::ClustersController
prepend_before_action :check_group_clusters_feature_flag!
requires_cross_project_access
- layout 'group'
+ layout "group"
private