diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index 1ef624824..8cf2efdf7 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -204,7 +204,7 @@ @foreach (var invoice in Model.Invoices) { - + @invoice.Date.ToBrowserDate() @@ -272,11 +272,10 @@ - -
- @* Leaving this as partial because it abstracts complexity of Invoice Payments *@ - -
+ + + @* Leaving this as partial because it abstracts complexity of Invoice Payments *@ + }