From b68eae6f7d8977695757dc5c0b0cc3ac4ecaaec3 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 16 Dec 2021 14:43:29 +0100 Subject: [PATCH] Re-add status messages to pull payments and payout views --- .../StorePullPayments/NewPullPayment.cshtml | 18 +++++++++--------- .../Views/StorePullPayments/Payouts.cshtml | 2 ++ .../StorePullPayments/PullPayments.cshtml | 2 ++ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml index 58a0599db..588c8a4d8 100644 --- a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml +++ b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml @@ -2,11 +2,11 @@ @using BTCPayServer.Views.Stores @model BTCPayServer.Models.WalletViewModels.NewPullPaymentModel @{ - Layout = "../Shared/_NavLayout.cshtml"; - ViewData["NavPartialName"] = "../Stores/_Nav"; ViewData.SetActivePage(StoreNavPages.PullPayments, "New pull payment", Context.GetStoreData().StoreName); } + +

@ViewData["Title"]

@@ -16,18 +16,18 @@ asp-action="NewPullPayment">
- +
- +
- +
@@ -52,7 +52,7 @@

@@ -62,7 +62,7 @@ - +
@@ -75,9 +75,9 @@
- +
- +
diff --git a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml index 237e23127..8724064cd 100644 --- a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml +++ b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml @@ -48,6 +48,8 @@ } + +

@ViewData["Title"]

diff --git a/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml b/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml index bec34e3d8..5612b3022 100644 --- a/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml +++ b/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml @@ -34,6 +34,8 @@ } + +

@ViewData["Title"]