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 01:36:33 +0300
committerRegis <boudinot.regis@yahoo.com>2016-11-06 01:36:33 +0300
commit35066c8558398e5d2dc096801b93e5c693e080fd (patch)
treeb5447862d0748b354c29cd317bd903f1af8c4226 /app/views/projects/pipelines/index.html.haml
parent45992dc98c027701b8c187ef50ad9afaf6e8e052 (diff)
making reusable status and status icons components
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 0e3cec4aa07..a09f23b2fde 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -57,4 +57,6 @@
- else
.vue-pipelines-index
+= page_specific_javascript_tag('vue_icons/index.js')
+= page_specific_javascript_tag('vue_pipelines_status/index.js')
= page_specific_javascript_tag('vue_pipelines_index/index.js')