summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-25 10:42:24 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-01-25 10:42:24 +0000
commit0e4de813fb5a8558531af1d1af1ca8307167638f (patch)
treef52071f6db3c1bc1ef32f1e6afea1e421e87877a /app/views/projects
parentdcb79741a170eaf673237bb2becbf6fb742a8bfd (diff)
parentb983179545495c456db1f6c7aa4cb019b865b754 (diff)
downloadgitlab-ce-0e4de813fb5a8558531af1d1af1ca8307167638f.tar.gz
Merge branch '42220-add-pending-empty-state' into 'master'
Resolve "Add empty state for pending job" Closes #42220 See merge request gitlab-org/gitlab-ce!16646
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/jobs/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index eb0773f2d4e..93efa7e8e86 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -103,8 +103,8 @@
content: _('This job depends on upstream jobs that need to succeed in order for this job to be triggered')
- else
= render 'empty_state',
- illustration: 'illustrations/job_not_triggered.svg',
- illustration_size: 'svg-306',
+ illustration: 'illustrations/pending_job_empty.svg',
+ illustration_size: 'svg-430',
title: _('This job has not started yet'),
content: _('This job is in pending state and is waiting to be picked by a runner')
= render "sidebar"