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-02 22:43:22 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-02-03 12:43:56 +0300
commit035cb734d27cb6df56803d10be408c6e0cf764f0 (patch)
treeb227951d1e9e46023a6cd6f0dd0a67a5f2b721ed /app/views/projects/pipelines/index.html.haml
parentafa929143251e0c0558657899132fa11823a2e57 (diff)
Add time ago auto-update to the 2 newest tables
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index df36279ed75..96f625bc924 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -64,4 +64,5 @@
.vue-pipelines-index
-= page_specific_javascript_tag('vue_pipelines_index/index.js')
+- content_for :page_specific_javascripts do
+ = page_specific_javascript_tag('vue_pipelines_index/index.js')