summaryrefslogtreecommitdiff
path: root/app/views/protected_branches/_protected_branch.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/protected_branches/_protected_branch.html.haml')
-rw-r--r--app/views/protected_branches/_protected_branch.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/protected_branches/_protected_branch.html.haml b/app/views/protected_branches/_protected_branch.html.haml
new file mode 100644
index 00000000000..423d7f23eb5
--- /dev/null
+++ b/app/views/protected_branches/_protected_branch.html.haml
@@ -0,0 +1,2 @@
+= render layout: 'protected_branches/shared/protected_branch', locals: { protected_branch: protected_branch } do
+ = render_if_exists 'protected_branches/update_protected_branch', protected_branch: protected_branch