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-03-04 22:38:38 +05:30
|
|
|
#js-branch-rules{ data: { project_path: @project.full_path, protected_branches_path: project_settings_repository_path(@project, anchor: 'js-protected-branches-settings'), approval_rules_path: project_settings_merge_requests_path(@project, anchor: 'js-merge-request-approval-settings'), status_checks_path: project_settings_merge_requests_path(@project, anchor: 'js-merge-request-settings'), branches_path: project_branches_path(@project) } }
|