From 935625ce2c93d2cd31d2d9e58a1b61c5b6664a7d Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 11 Sep 2023 12:04:32 +0200 Subject: [PATCH] FIX: Double footer in install-theme modal (#23503) --- .../addon/components/modal/install-theme.hbs | 50 +++++++++---------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/app/assets/javascripts/admin/addon/components/modal/install-theme.hbs b/app/assets/javascripts/admin/addon/components/modal/install-theme.hbs index b9d55e46bfb..59ac4afb13d 100644 --- a/app/assets/javascripts/admin/addon/components/modal/install-theme.hbs +++ b/app/assets/javascripts/admin/addon/components/modal/install-theme.hbs @@ -167,32 +167,30 @@ <:footer> {{#unless this.popular}} - + {{#if this.duplicateRemoteThemeWarning}} +
+ ⚠️ + {{this.duplicateRemoteThemeWarning}} +
+ {{/if}} + {{#if this.themeCannotBeInstalled}} +
+ ⚠️ + {{this.themeCannotBeInstalled}} +
+ {{/if}} + + {{/unless}} \ No newline at end of file