From 0836df69742495347cc04249710128183f271e70 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 7 Mar 2021 03:50:55 -0800 Subject: [PATCH] Update invoice log row styling (#2334) closes #2328 --- BTCPayServer/Views/Invoice/Invoice.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Invoice/Invoice.cshtml b/BTCPayServer/Views/Invoice/Invoice.cshtml index 3f46409c9..54ba20e78 100644 --- a/BTCPayServer/Views/Invoice/Invoice.cshtml +++ b/BTCPayServer/Views/Invoice/Invoice.cshtml @@ -290,7 +290,7 @@ @foreach (var evt in Model.Events) { - + @evt.Timestamp.ToBrowserDate() @evt.Message