From 17136f702a17e5a42268fd76796579ee95914b28 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 22 Dec 2017 06:59:13 +0000 Subject: Fix typo --- app/views/projects/jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1