Commit c079474b authored by Grzegorz Bizon's avatar Grzegorz Bizon

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
parents 39d91a9c ea7a1e03
---
title: Adds illustration for when job log was erased
merge_request:
author:
type: fixed
......@@ -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')
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment