Commit b5a86b87 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences for pipelines/index.html

Moves shared runner partial behind render_if_exists
Creates a new file for the flash message content to
avoid differences between CE and EE
parent d79d6fa1
- @no_container = true
- page_title "Pipelines"
= content_for :flash_message do
= render 'shared/shared_runners_minutes_limit', project: @project
= 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),
......
= content_for :flash_message do
= render 'shared/shared_runners_minutes_limit', project: @project
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment