summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-04-11 12:29:54 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-04-11 12:29:54 +0000
commitc079474b8a32583c92a080e2641c8b03460db712 (patch)
tree6a4f5417bcc4a4548d60b9e7626730b42de90049 /lib
parent39d91a9c578bb39285092651cfbbfd9c65cc31ba (diff)
parentea7a1e030df7c6078757e73cfa6b60daae4339d9 (diff)
downloadgitlab-ce-c079474b8a32583c92a080e2641c8b03460db712.tar.gz
Merge branch '45159-fix-illustration' into 'master'
Resolve "Illustration for the case where the job has finished and the log was erased" Closes #45159 See merge request gitlab-org/gitlab-ce!18253
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/status/build/erased.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/erased.rb b/lib/gitlab/ci/status/build/erased.rb
index 3a5113b16b6..495227c2ffb 100644
--- a/lib/gitlab/ci/status/build/erased.rb
+++ b/lib/gitlab/ci/status/build/erased.rb
@@ -5,7 +5,7 @@ module Gitlab
class Erased < Status::Extended
def illustration
{
- image: 'illustrations/skipped-job_empty.svg',
+ image: 'illustrations/erased-log_empty.svg',
size: 'svg-430',
title: _('Job has been erased')
}