debian-mirror-gitlab/app/views/projects/settings/branch_rules/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
386 B
Text
Raw Normal View History

2022-07-23 23:45:48 +05:30
- add_to_breadcrumbs _('Repository Settings'), project_settings_repository_path(@project)
2023-06-20 00:43:36 +05:30
- add_to_breadcrumbs _('Branch rules'), project_settings_repository_path(@project, anchor: 'branch-rules')
- breadcrumb_title _('Details')
- @breadcrumb_link = '#'
2022-11-25 23:54:43 +05:30
- page_title s_('BranchRules|Branch rules details')
2022-07-23 23:45:48 +05:30
2023-06-20 00:43:36 +05:30
%h3.gl-mb-5= page_title
2022-07-23 23:45:48 +05:30
2023-05-27 22:25:52 +05:30
#js-branch-rules{ data: branch_rules_data(@project) }