Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « configuration « security « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df14bd09a4de495c9a661beb62356fc09e65f59f (plain)
1
2
3
4
5
6
7
- 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,
  upgrade_path: security_upgrade_path,
  project_full_path: @project.full_path } }