summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-15 15:27:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-03-15 15:27:13 +0000
commit4965f810190e2533889900a54c4fbe93a4aeb4c5 (patch)
tree426cf42f055f62b81569afbfdc02e17f5664c12d /app/views/projects/pipelines
parent7fa987436bab5fe9a9c3581efa74b23f41bf53c8 (diff)
downloadgitlab-ce-4965f810190e2533889900a54c4fbe93a4aeb4c5.tar.gz
Removes EE differences for pipelines/index.html
Moves shared runner partial behind render_if_exists
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 2 insertions, 0 deletions
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'),