summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/show.html.haml
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-08-02 13:47:14 +0200
committerLukas Eipert <leipert@gitlab.com>2018-08-02 13:47:14 +0200
commit069b2a8e1ead257484125f4137d8519b43236135 (patch)
tree2b50a50d1467a38485d3b10fd6fa5b50161bc535 /app/views/projects/pipelines/show.html.haml
parenteed31ddcef3ad469838df3281dbefdaff2be5b53 (diff)
downloadgitlab-ce-069b2a8e1ead257484125f4137d8519b43236135.tar.gz
move mandatory vue entry point from optional path
Diffstat (limited to 'app/views/projects/pipelines/show.html.haml')
-rw-r--r--app/views/projects/pipelines/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/show.html.haml b/app/views/projects/pipelines/show.html.haml
index a7d7c923957..be4837346e2 100644
--- a/app/views/projects/pipelines/show.html.haml
+++ b/app/views/projects/pipelines/show.html.haml
@@ -4,6 +4,9 @@
- page_title "Pipeline"
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
+
+ #js-pipeline-header-vue.pipeline-header-container
+
- if @commit
= render "projects/pipelines/info"