From 5e34efc9f45b846b4035c1477c1c8317e5d41f14 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 6 Apr 2020 18:56:14 +0200 Subject: [PATCH] Improve invoice table details display --- BTCPayServer/Views/Invoice/ListInvoices.cshtml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 *@ + }