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.

7 lines
250 B
Text
Raw Normal View History

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