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}}
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}} + +