From 42e731369ea215b99d58726e9e0a2979089abe3d Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 16 Dec 2021 11:04:04 +0100 Subject: [PATCH] Remove section nav for pull payments and payouts --- BTCPayServer/Views/StorePullPayments/Payouts.cshtml | 8 +++----- .../Views/StorePullPayments/PullPayments.cshtml | 10 ++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml index e34eb9de4..097d8d159 100644 --- a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml +++ b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml @@ -7,9 +7,7 @@ @inject IEnumerable PayoutHandlers; @{ - Layout = "../Shared/_NavLayout.cshtml"; - ViewData["NavPartialName"] = "../Stores/_Nav"; - ViewData.SetActivePageAndTitle(StoreNavPages.Payouts, $"Manage payouts{(string.IsNullOrEmpty(Model.PullPaymentName) ? string.Empty : " for pull payment " + Model.PullPaymentName)}", Context.GetStoreData().StoreName); + ViewData.SetActivePageAndTitle(StoreNavPages.Payouts, $"Payouts{(string.IsNullOrEmpty(Model.PullPaymentName) ? string.Empty : " for pull payment " + Model.PullPaymentName)}", Context.GetStoreData().StoreName); Model.PaginationQuery ??= new Dictionary(); Model.PaginationQuery.Add("pullPaymentId", Model.PullPaymentId); Model.PaginationQuery.Add("paymentMethodId", Model.PaymentMethodId); @@ -50,11 +48,11 @@ } +

@ViewData["Title"]

+
-

@ViewData["Title"]

-