summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_with_tabs.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-19 18:09:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-19 18:09:04 +0000
commitabe6e7a2e7a456fa05f4ebeb28f8747a92cf59b1 (patch)
treed028bb982b43b4079e4b47477b3fe51d4b913ba5 /app/views/projects/pipelines/_with_tabs.html.haml
parentd0bb0e04f40b962576353ce56e270aa7bd25a5c0 (diff)
downloadgitlab-ce-abe6e7a2e7a456fa05f4ebeb28f8747a92cf59b1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/pipelines/_with_tabs.html.haml')
-rw-r--r--app/views/projects/pipelines/_with_tabs.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_with_tabs.html.haml b/app/views/projects/pipelines/_with_tabs.html.haml
index 6b26c9f3f00..a6a527912a4 100644
--- a/app/views/projects/pipelines/_with_tabs.html.haml
+++ b/app/views/projects/pipelines/_with_tabs.html.haml
@@ -80,5 +80,6 @@
suite_endpoint: project_pipeline_test_path(@project, @pipeline, suite_name: 'suite', format: :json),
blob_path: project_blob_path(@project, @pipeline.sha),
has_test_report: @pipeline.has_reports?(Ci::JobArtifact.test_reports).to_s,
- empty_state_image_path: image_path('illustrations/empty-state/empty-test-cases-lg.svg') } }
+ empty_state_image_path: image_path('illustrations/empty-state/empty-test-cases-lg.svg'),
+ artifacts_expired_image_path: image_path('illustrations/pipeline.svg') } }
= render_if_exists "projects/pipelines/tabs_content", pipeline: @pipeline, project: @project