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:
Diffstat (limited to 'app/views/protected_branches/_index.html.haml')
-rw-r--r--app/views/protected_branches/_index.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/protected_branches/_index.html.haml b/app/views/protected_branches/_index.html.haml
new file mode 100644
index 00000000000..4beca4845b8
--- /dev/null
+++ b/app/views/protected_branches/_index.html.haml
@@ -0,0 +1,7 @@
+- content_for :create_protected_branch do
+ = render 'protected_branches/create_protected_branch'
+
+- content_for :branches_list do
+ = render "protected_branches/branches_list"
+
+= render 'protected_branches/shared/index'