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:
authorLukas Eipert <leipert@gitlab.com>2018-08-02 14:47:14 +0300
committerLukas Eipert <leipert@gitlab.com>2018-08-02 14:47:14 +0300
commit069b2a8e1ead257484125f4137d8519b43236135 (patch)
tree2b50a50d1467a38485d3b10fd6fa5b50161bc535 /app/views/projects/pipelines
parenteed31ddcef3ad469838df3281dbefdaff2be5b53 (diff)
move mandatory vue entry point from optional path
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/_info.html.haml1
-rw-r--r--app/views/projects/pipelines/show.html.haml3
2 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index bc247460d28..bb85cec1978 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -1,4 +1,3 @@
-#js-pipeline-header-vue.pipeline-header-container
- if @commit.present?
.commit-box
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"