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:
authorFilipa Lacerda <filipa@gitlab.com>2017-02-05 23:44:01 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-02-05 23:44:01 +0300
commitd5093ef569050996aaed038f97c5a3257a77f504 (patch)
tree27fd295697131f062c609a8841339ef30235daaa /app/views/projects/pipelines/index.html.haml
parentd97b96228973658fbd390823c1ab6f5364b33d00 (diff)
Use webpack to require files
Changes after review
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 58e76afa09a..81e393d7626 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -60,5 +60,4 @@
.vue-pipelines-index
-- content_for :page_specific_javascripts do
- = page_specific_javascript_tag('vue_pipelines_index/index.js')
+= page_specific_javascript_bundle_tag('vue_pipelines')