summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-28 20:06:15 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-02-03 09:43:54 +0000
commit7ef21460d1ad47c1e140b5cf2977ebc90f8c6dd1 (patch)
tree1f757b363eea8f8db08c37d482bcb07deb78d255 /app/views/projects/commit
parent7ad626e348faaea6f186759dada36079d531f6fd (diff)
downloadgitlab-ce-7ef21460d1ad47c1e140b5cf2977ebc90f8c6dd1.tar.gz
Transform vue_pipelines index into a non-dependent table component.
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/pipelines.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/commit/pipelines.html.haml b/app/views/projects/commit/pipelines.html.haml
index 09bd4288b9c..f62fbe4d9cd 100644
--- a/app/views/projects/commit/pipelines.html.haml
+++ b/app/views/projects/commit/pipelines.html.haml
@@ -3,9 +3,6 @@
= render 'commit_box'
= render 'ci_menu'
-- content_for :page_specific_javascripts do
- = page_specific_javascript_tag("commit/pipelines/pipelines_bundle.js")
-
#commit-pipeline-table-view{ data: { pipelines_data: pipelines_namespace_project_commit_path(@project.namespace, @project, @commit.id)}}
.pipeline-svgs{ data: { "commit_icon_svg" => custom_icon("icon_commit"),
"icon_status_canceled" => custom_icon("icon_status_canceled"),
@@ -28,3 +25,6 @@
"icon_timer" => custom_icon("icon_timer"),
"icon_status_manual" => custom_icon("icon_status_manual"),
} }
+
+- content_for :page_specific_javascripts do
+ = page_specific_javascript_tag('commit/pipelines/pipelines_bundle.js')