From 68e1f5cc7c1900fe74cd9bc5b8fee3927931c94f Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Thu, 9 Jul 2015 20:10:17 +0200 Subject: [PATCH] only show legacy note when logged in --- app/templates/jobs/pre.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/jobs/pre.hbs b/app/templates/jobs/pre.hbs index d4ac9526..ccab24bc 100644 --- a/app/templates/jobs/pre.hbs +++ b/app/templates/jobs/pre.hbs @@ -5,7 +5,7 @@
Hang tight, the log cannot be shown until the build has started.
{{/if}} - +{{#if auth.signedIn}} {{#if view.job.isLegacyInfrastructure}} {{#if view.job.isFinished}}

@@ -15,6 +15,7 @@ This job is running on our legacy infrastructure. Please read our docs on how to upgrade

{{/if}} {{/if}} +{{/if}}