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

index.html.haml « branch_rules « settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7e80101a88407bc1e8e26c3922b27890eecf7b3 (plain)
1
2
3
4
5
6
- add_to_breadcrumbs _('Repository Settings'), project_settings_repository_path(@project)
- page_title s_('BranchRules|Branch rules details')

%h3.gl-mb-5= s_('BranchRules|Branch rules details')

#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') } }