From 9e1ae29600f2d514238e9e0c33682c92a034b91c Mon Sep 17 00:00:00 2001 From: Kukks Date: Tue, 31 Mar 2020 14:57:24 +0200 Subject: [PATCH] change broadcast button style --- .../Views/Wallets/WalletPSBTReady.cshtml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml b/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml index c0db86da7..3c74e2210 100644 --- a/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml +++ b/BTCPayServer/Views/Wallets/WalletPSBTReady.cshtml @@ -144,15 +144,21 @@ @if (!Model.HasErrors) { - + @if (!string.IsNullOrEmpty(Model.PayJoinEndpointUrl)) + { + + or + + } + else + { + + } + or } - @if (!string.IsNullOrEmpty(Model.PayJoinEndpointUrl)) - { - or - - } +