summaryrefslogtreecommitdiff
path: root/app/views/projects/security/configuration/show.html.haml
blob: 4b82f74d03562658a4a39fc764cfebb568341cbf (plain)
1
2
3
4
5
6
7
8
- 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 } }