Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/status/build/created.rb')
-rw-r--r--lib/gitlab/ci/status/build/created.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/status/build/created.rb b/lib/gitlab/ci/status/build/created.rb
index 780fea23123..92485392136 100644
--- a/lib/gitlab/ci/status/build/created.rb
+++ b/lib/gitlab/ci/status/build/created.rb
@@ -7,8 +7,8 @@ module Gitlab
class Created < Status::Extended
def illustration
{
- image: 'illustrations/job_not_triggered.svg',
- size: 'svg-306',
+ image: 'illustrations/empty-state/empty-job-not-triggered-md.svg',
+ size: '',
title: _('This job has not been triggered yet'),
content: _('This job depends on upstream jobs that need to succeed in order for this job to be triggered')
}