diff --git a/BTCPayServer/Views/Shared/SyncModal.cshtml b/BTCPayServer/Views/Shared/SyncModal.cshtml new file mode 100644 index 000000000..41919d1f1 --- /dev/null +++ b/BTCPayServer/Views/Shared/SyncModal.cshtml @@ -0,0 +1,94 @@ +@inject BTCPayServer.HostedServices.NBXplorerDashboard dashboard + + + + + + + diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 491ded1bb..7350986bf 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -38,7 +38,7 @@ @{ - if(ViewBag.AlwaysShrinkNavBar == null) + if (ViewBag.AlwaysShrinkNavBar == null) { ViewBag.AlwaysShrinkNavBar = true; } @@ -54,9 +54,9 @@