summaryrefslogtreecommitdiff
path: root/app/views/projects/security/configuration/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/security/configuration/show.html.haml')
-rw-r--r--app/views/projects/security/configuration/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/security/configuration/show.html.haml b/app/views/projects/security/configuration/show.html.haml
index 9eb842d1015..d4a85893fa4 100644
--- a/app/views/projects/security/configuration/show.html.haml
+++ b/app/views/projects/security/configuration/show.html.haml
@@ -1,6 +1,6 @@
- breadcrumb_title _("Security Configuration")
- page_title _("Security Configuration")
-- redesign_enabled = ::Feature.enabled?(:security_configuration_redesign, default_enabled: :yaml)
+- redesign_enabled = ::Feature.enabled?(:security_configuration_redesign, @project, default_enabled: :yaml)
- @content_class = "limit-container-width" unless fluid_layout || !redesign_enabled
#js-security-configuration-static{ data: { project_path: @project.full_path, upgrade_path: security_upgrade_path } }