From 9aff143d40283f4b8b8396bc52a7c5bec26fc740 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 15 Feb 2023 16:17:22 +0100 Subject: [PATCH] UI: Fix standalone confirmation modal --- BTCPayServer/Views/Shared/Confirm.cshtml | 11 ++++++----- BTCPayServer/Views/Shared/_LayoutSimple.cshtml | 2 -- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/BTCPayServer/Views/Shared/Confirm.cshtml b/BTCPayServer/Views/Shared/Confirm.cshtml index 6e90764ec..d4c472373 100644 --- a/BTCPayServer/Views/Shared/Confirm.cshtml +++ b/BTCPayServer/Views/Shared/Confirm.cshtml @@ -7,18 +7,19 @@ @section PageHeadContent { } @section PageFootContent { } - - + diff --git a/BTCPayServer/Views/Shared/_LayoutSimple.cshtml b/BTCPayServer/Views/Shared/_LayoutSimple.cshtml index cfc72a214..8e30939bf 100644 --- a/BTCPayServer/Views/Shared/_LayoutSimple.cshtml +++ b/BTCPayServer/Views/Shared/_LayoutSimple.cshtml @@ -14,8 +14,6 @@
- @*Dummy navbar-brand, hackish way to keep test AssertNoError passing*@ -
@RenderBody()