summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-11-06 11:27:27 -0700
committerRegis <boudinot.regis@yahoo.com>2016-11-06 11:27:27 -0700
commitfd10ff30bbd4b24889fc0c79fbe35af95f9b5666 (patch)
treeb91d340502a20f904a0eed9c65b4a0ff45926aff /app/views
parent91a22eb6c537bea870bd14db81b36e6b19044b62 (diff)
downloadgitlab-ce-fd10ff30bbd4b24889fc0c79fbe35af95f9b5666.tar.gz
extract pagination into own folder and precompile in application.rb
Diffstat (limited to 'app/views')
-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')