Removes EE differences for pipelines/index.html

Moves shared runner partial behind render_if_exists
This commit is contained in:
Filipa Lacerda 2019-03-15 15:27:13 +00:00
parent 7fa987436b
commit 4965f81019
1 changed files with 2 additions and 0 deletions

View File

@ -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'),