From 73ce52dc61bb3a8d692484b8774c0e6b4717bdfc Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sat, 11 May 2019 06:16:43 +0100 Subject: Resolve CE/EE diffs in project branches Part of single codebase changes. --- app/views/projects/branches/index.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml index 43f1cd01b67..d270e461ac8 100644 --- a/app/views/projects/branches/index.html.haml +++ b/app/views/projects/branches/index.html.haml @@ -1,5 +1,6 @@ - @no_container = true - page_title _('Branches') +- add_to_breadcrumbs(_('Repository'), project_tree_path(@project)) %div{ class: container_class } .top-area.adjust @@ -44,6 +45,8 @@ = link_to new_project_branch_path(@project), class: 'btn btn-success' do = s_('Branches|New branch') + = render_if_exists 'projects/commits/mirror_status' + - if can?(current_user, :admin_project, @project) - project_settings_link = link_to s_('Branches|project settings'), project_protected_branches_path(@project) .row-content-block -- cgit v1.2.3