From c12e08ef01a7bbc844b9ba091d9381e917ac6878 Mon Sep 17 00:00:00 2001 From: d11n Date: Fri, 1 Jul 2022 06:31:11 +0200 Subject: [PATCH] Open public app views in new tab/window (#3920) --- BTCPayServer/Views/UIApps/UpdateCrowdfund.cshtml | 2 +- BTCPayServer/Views/UIApps/UpdatePointOfSale.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIApps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/UIApps/UpdateCrowdfund.cshtml index 8240848f4..dbd87f065 100644 --- a/BTCPayServer/Views/UIApps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/UIApps/UpdateCrowdfund.cshtml @@ -27,7 +27,7 @@ @if (Model.ModelWithMinimumData) { - View + View } diff --git a/BTCPayServer/Views/UIApps/UpdatePointOfSale.cshtml b/BTCPayServer/Views/UIApps/UpdatePointOfSale.cshtml index 41dd79541..3f5d9d057 100644 --- a/BTCPayServer/Views/UIApps/UpdatePointOfSale.cshtml +++ b/BTCPayServer/Views/UIApps/UpdatePointOfSale.cshtml @@ -11,7 +11,7 @@

@ViewData["Title"]

- View + View