From 0bc1b030418590373b83467337fb0dc61b50338f Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Thu, 9 Jul 2015 17:41:34 +0200 Subject: [PATCH] proper copy --- app/templates/jobs/pre.hbs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/templates/jobs/pre.hbs b/app/templates/jobs/pre.hbs index 5372bffe..4308e3b4 100644 --- a/app/templates/jobs/pre.hbs +++ b/app/templates/jobs/pre.hbs @@ -4,9 +4,19 @@ {{#if view.job.notStarted}}
Hang tight, the log cannot be shown until the build has started.
{{/if}} + + {{#if view.job.isLegacyInfrastructure}} -

This job runs on our legacy infrastructure. Read more about upgrading in our docs

+ {{#if view.job.isFinished}} +

+ This job ran on our legacy infrastructure. Please read our docs on how to upgrade

+ {{else}} +

+ This job is running on our legacy infrastructure. Please read our docs on how to upgrade

+ {{/if}} {{/if}} + +
{{#if view.canRemoveLog}}