summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-12-22 06:59:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-12-22 06:59:13 +0000
commit17136f702a17e5a42268fd76796579ee95914b28 (patch)
tree42d92296d0126339b38b7976e192c5c87158d550
parent4423b299b73e2b96b980b848fab5cf374361572b (diff)
downloadgitlab-ce-17136f702a17e5a42268fd76796579ee95914b28.tar.gz
Fix typo
-rw-r--r--app/views/projects/jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index 85d802a9d9c..ced7b65e940 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -90,7 +90,7 @@
.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'
+ - illustration_size = @build.playable? ? 'svg-394' : 'svg-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