Resolve CE/EE diffs in project branches
Part of single codebase changes.
This commit is contained in:
parent
825b2bdafd
commit
73ce52dc61
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
- @no_container = true
|
- @no_container = true
|
||||||
- page_title _('Branches')
|
- page_title _('Branches')
|
||||||
|
- add_to_breadcrumbs(_('Repository'), project_tree_path(@project))
|
||||||
|
|
||||||
%div{ class: container_class }
|
%div{ class: container_class }
|
||||||
.top-area.adjust
|
.top-area.adjust
|
||||||
|
@ -44,6 +45,8 @@
|
||||||
= link_to new_project_branch_path(@project), class: 'btn btn-success' do
|
= link_to new_project_branch_path(@project), class: 'btn btn-success' do
|
||||||
= s_('Branches|New branch')
|
= s_('Branches|New branch')
|
||||||
|
|
||||||
|
= render_if_exists 'projects/commits/mirror_status'
|
||||||
|
|
||||||
- if can?(current_user, :admin_project, @project)
|
- if can?(current_user, :admin_project, @project)
|
||||||
- project_settings_link = link_to s_('Branches|project settings'), project_protected_branches_path(@project)
|
- project_settings_link = link_to s_('Branches|project settings'), project_protected_branches_path(@project)
|
||||||
.row-content-block
|
.row-content-block
|
||||||
|
|
Loading…
Reference in a new issue