Merge branch 'fix-diverged-branch-locals' into 'master'

Fix diverged branch locals

See merge request gitlab-org/gitlab-ce!29508
This commit is contained in:
Stan Hu 2019-06-12 16:20:32 +00:00
commit 8ade1f8758
2 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,7 @@
%span.badge.badge-success.prepend-left-5
= s_('Branches|protected')
= render_if_exists 'projects/branches/diverged_from_upstream'
= render_if_exists 'projects/branches/diverged_from_upstream', branch: branch
.block-truncated
- if commit

View File

@ -0,0 +1,5 @@
---
title: Fix diverged branch locals
merge_request: 29508
author:
type: fixed