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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-16 16:45:50 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-16 18:09:21 +0300
commit9b1879f014ac59eea1a268f82671e0981694c5b6 (patch)
tree5fa3692df72bedeff707b2be61786c907a577ee8
parent71244a7962ea642536138f98d49379ab5c0111a3 (diff)
Resolve CE/EE diffs in protected branches
Part of single codebase changes.
-rw-r--r--app/views/projects/protected_branches/_protected_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/_protected_branch.html.haml b/app/views/projects/protected_branches/_protected_branch.html.haml
index b12ae995ece..366d7a7a2eb 100644
--- a/app/views/projects/protected_branches/_protected_branch.html.haml
+++ b/app/views/projects/protected_branches/_protected_branch.html.haml
@@ -1,2 +1,2 @@
= render layout: 'projects/protected_branches/shared/protected_branch', locals: { protected_branch: protected_branch } do
- = render partial: 'projects/protected_branches/update_protected_branch', locals: { protected_branch: protected_branch }
+ = render_if_exists 'projects/protected_branches/update_protected_branch', protected_branch: protected_branch