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:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 23:23:27 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 23:23:27 +0300
commitfd598fd6bda91343d7e271c0fe485ead9e0011d2 (patch)
tree62e7eacb8bbdd5b54f555e97c14c98ec96223280 /app/views/projects/protected_tags
parent132452a6c17704159a0f99fc04b290a3fc1e2f59 (diff)
Removed protected_tags webpack bundle
Diffstat (limited to 'app/views/projects/protected_tags')
-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'