summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-01 00:24:02 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-03-01 00:24:02 +0000
commitec2e54b36347e9817e7b0caa0c095a100e1e8c93 (patch)
tree74d54578c00e1bcfdf8ae1dd401289d4aaf4b1bf /app/views
parentb50756401746d936cfe3eea5e0c6d300ab0db0eb (diff)
parent56b323914e7bfbe2a9e09994422977af404d1e51 (diff)
downloadgitlab-ce-ec2e54b36347e9817e7b0caa0c095a100e1e8c93.tar.gz
Merge branch 'protected-tags-bundle-refactor' into 'master'
Removed protected_tags webpack bundle See merge request gitlab-org/gitlab-ce!17334
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/protected_tags/_index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/protected_tags/_index.html.haml b/app/views/projects/protected_tags/_index.html.haml
index 74f7f63c941..6b284fda35c 100644
--- a/app/views/projects/protected_tags/_index.html.haml
+++ b/app/views/projects/protected_tags/_index.html.haml
@@ -1,6 +1,3 @@
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('protected_tags')
-
- content_for :create_protected_tag do
= render 'projects/protected_tags/create_protected_tag'