gitlab-org--gitlab-foss/app/views/projects/security/configuration/show.html.haml

9 lines
382 B
Plaintext

- breadcrumb_title _("Security Configuration")
- page_title _("Security Configuration")
- @content_class = "limit-container-width" unless fluid_layout
#js-security-configuration{ data: { **@configuration.to_html_data_attribute,
vulnerability_training_docs_path: vulnerability_training_docs_path,
upgrade_path: security_upgrade_path,
project_full_path: @project.full_path } }