summaryrefslogtreecommitdiff
path: root/app/views/projects/jobs/show.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-12-20 10:24:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-12-20 10:24:13 +0000
commit2c4174028d4fb150fb1adbc7ec920007b72e0da2 (patch)
treeba22f2a11159ae63de9502750b946df8e378ef6b /app/views/projects/jobs/show.html.haml
parent800ab47a53ea1dfaabdb67501360a14322268315 (diff)
downloadgitlab-ce-2c4174028d4fb150fb1adbc7ec920007b72e0da2.tar.gz
Adjust illustrations size
Diffstat (limited to 'app/views/projects/jobs/show.html.haml')
-rw-r--r--app/views/projects/jobs/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index f7d06d8ceb9..85d802a9d9c 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -90,11 +90,12 @@
.build-loader-animation.js-build-refresh
- else
- illustration = @build.playable? ? 'illustrations/manual_action.svg' : 'illustrations/job_not_triggered.svg'
+ - illustration_size = @build.playable? ? 'svg-394' : 'sgv-306'
- title = @build.playable? ? _('This job requires a manual action') : _('This job has not been triggered yet')
- content = @build.playable? ? _('This job depends on a user to trigger its process. Often they are used to deploy code to production environments.') : _('This job depends on upstream jobs that need to succeed in order for this job to be triggered.')
.row.empty-state
.col-xs-12
- .svg-content
+ .svg-content{ class: illustration_size }
= image_tag illustration
.col-xs-12
.text-content