debian-mirror-gitlab/app/views/projects/security/configuration/show.html.haml

8 lines
312 B
Text
Raw Normal View History

2021-03-11 19:13:27 +05:30
- breadcrumb_title _("Security Configuration")
- page_title _("Security Configuration")
2021-10-27 15:23:28 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2021-03-11 19:13:27 +05:30
2022-04-04 11:22:00 +05:30
#js-security-configuration{ data: { **@configuration.to_html_data_attribute,
upgrade_path: security_upgrade_path,
project_full_path: @project.full_path } }