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
This commit is contained in:
Grzegorz Bizon 2018-04-11 12:29:54 +00:00
commit c079474b8a
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
title: Adds illustration for when job log was erased
merge_request:
author:
type: fixed

View file

@ -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')
}