summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-16 14:45:50 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-16 16:09:21 +0100
commit9b1879f014ac59eea1a268f82671e0981694c5b6 (patch)
tree5fa3692df72bedeff707b2be61786c907a577ee8
parent71244a7962ea642536138f98d49379ab5c0111a3 (diff)
downloadgitlab-ce-protected-branches-scb.tar.gz
Resolve CE/EE diffs in protected branchesprotected-branches-scb
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