From 4965f810190e2533889900a54c4fbe93a4aeb4c5 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 15 Mar 2019 15:27:13 +0000 Subject: [PATCH] Removes EE differences for pipelines/index.html Moves shared runner partial behind render_if_exists --- app/views/projects/pipelines/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml index c0ee81fe28d..3bc7525edb1 100644 --- a/app/views/projects/pipelines/index.html.haml +++ b/app/views/projects/pipelines/index.html.haml @@ -1,6 +1,8 @@ - @no_container = true - page_title "Pipelines" += render_if_exists "shared/shared_runners_minutes_limit_flash_message" + %div{ 'class' => container_class } #pipelines-list-vue{ data: { endpoint: project_pipelines_path(@project, format: :json), "help-page-path" => help_page_path('ci/quick_start/README'),