summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-12 19:13:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-12 19:13:13 +0000
commitc7776a1d32621740f1eea17ec0385889280df65e (patch)
treea44a0414dc245f7a7e4df17e8f75cc6000b110ba
parent2a0d13ff87d99e048f96059a23e8612d43a5e6bc (diff)
downloadgitlab-ce-c7776a1d32621740f1eea17ec0385889280df65e.tar.gz
Render skipped illustration for skipped state
-rw-r--r--app/views/projects/jobs/_empty_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_empty_status.html.haml b/app/views/projects/jobs/_empty_status.html.haml
index 707085cddd5..9e144dbfe32 100644
--- a/app/views/projects/jobs/_empty_status.html.haml
+++ b/app/views/projects/jobs/_empty_status.html.haml
@@ -18,7 +18,7 @@
title: _('This job has been canceled')
- elsif @build.skipped?
= render 'empty_state',
- illustration: 'illustrations/canceled-job_empty.svg',
+ illustration: 'illustrations/skipped-job_empty.svg',
illustration_size: 'svg-430',
title: _('This job has been skipped')
- else