From 135dc7be892eeec29cefe13a480ce9e0a87dbf2d Mon Sep 17 00:00:00 2001 From: Keisuke Kumada Date: Fri, 1 Nov 2024 10:26:59 +0900 Subject: [PATCH] fix(3227): Show download button when the flag is false --- app/components/artifact-preview/template.hbs | 9 +++++++++ .../components/artifact-preview/component-test.js | 14 ++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app/components/artifact-preview/template.hbs b/app/components/artifact-preview/template.hbs index a5a6cffca..0903d598d 100644 --- a/app/components/artifact-preview/template.hbs +++ b/app/components/artifact-preview/template.hbs @@ -19,6 +19,15 @@ Download {{/if}} + {{else}} + + Download + {{/if}} {{#if this.iframeUrl}}