summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-01 20:28:34 -0600
committerMike Greiling <mike@pixelcog.com>2017-03-03 16:47:38 -0600
commit7f22c39a25b5424ab1fd7905654667a697c82aeb (patch)
treed4510eead10f0039c638ef10629cb7e87e696f17 /app/views/projects/pipelines
parent14517f977a55fbe0a2371ebb7d33df7c35415e8d (diff)
downloadgitlab-ce-7f22c39a25b5424ab1fd7905654667a697c82aeb.tar.gz
create a cacheable commons bundle for our Vue bundles
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index acb61aa2490..5d59ce06612 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -50,4 +50,5 @@
.content-list.pipelines{ data: { url: namespace_project_pipelines_path(@project.namespace, @project, format: :json) } }
.vue-pipelines-index
+= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('vue_pipelines')