summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-02 16:28:26 +0000
committerJacob Schatz <jschatz@gitlab.com>2018-03-02 16:28:26 +0000
commit834f4de181c07d527b9b91d889e0c5b6da8440c4 (patch)
tree348c9666d2c927da8c4f26094e4062bae82cef4d /app/views/projects/protected_branches
parent9b704ef327cc0224bf09c1e8d8d27df88ab13734 (diff)
downloadgitlab-ce-834f4de181c07d527b9b91d889e0c5b6da8440c4.tar.gz
Remove protected branches webpack bundle tag
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/_index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/protected_branches/_index.html.haml b/app/views/projects/protected_branches/_index.html.haml
index 127a338e413..2b0a502fe4d 100644
--- a/app/views/projects/protected_branches/_index.html.haml
+++ b/app/views/projects/protected_branches/_index.html.haml
@@ -1,6 +1,3 @@
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('protected_branches')
-
- content_for :create_protected_branch do
= render 'projects/protected_branches/create_protected_branch'