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: efebc4223d9ae834b7948c841373c43c739d49e5 (plain)
1
2
3
4
5
6
7
8
9
- add_to_breadcrumbs _('Repository Settings'), project_settings_repository_path(@project)
- add_to_breadcrumbs _('Branch rules'), project_settings_repository_path(@project, anchor: 'branch-rules')
- breadcrumb_title _('Details')
- @breadcrumb_link = '#'
- page_title s_('BranchRules|Branch rules details')

%h3.gl-mb-5= page_title

#js-branch-rules{ data: branch_rules_data(@project) }