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:
authorRegis <boudinot.regis@yahoo.com>2016-11-06 21:27:27 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-06 21:27:27 +0300
commitfd10ff30bbd4b24889fc0c79fbe35af95f9b5666 (patch)
treeb91d340502a20f904a0eed9c65b4a0ff45926aff /app/views/projects/pipelines/index.html.haml
parent91a22eb6c537bea870bd14db81b36e6b19044b62 (diff)
extract pagination into own folder and precompile in application.rb
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index a09f23b2fde..6f70b239826 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -58,5 +58,8 @@
.vue-pipelines-index
= page_specific_javascript_tag('vue_icons/index.js')
+-# ^^ this component loads Vue so the rest don't
+-# this will no longer be an issue once Vue2 is global
+= page_specific_javascript_tag('vue_pagination/index.js')
= page_specific_javascript_tag('vue_pipelines_status/index.js')
= page_specific_javascript_tag('vue_pipelines_index/index.js')