summaryrefslogtreecommitdiff
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
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
-rw-r--r--changelogs/unreleased/45159-fix-illustration.yml5
-rw-r--r--lib/gitlab/ci/status/build/erased.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/45159-fix-illustration.yml b/changelogs/unreleased/45159-fix-illustration.yml
new file mode 100644
index 00000000000..3b9cb45b916
--- /dev/null
+++ b/changelogs/unreleased/45159-fix-illustration.yml
@@ -0,0 +1,5 @@
+---
+title: Adds illustration for when job log was erased
+merge_request:
+author:
+type: fixed
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')
}