From 7566d3dac8783e75bc1465ad1645f3ca840bda47 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Mon, 15 Jun 2020 01:23:55 -0500 Subject: [PATCH] Tweaking date display in notifications --- BTCPayServer/Views/Notifications/Index.cshtml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Notifications/Index.cshtml b/BTCPayServer/Views/Notifications/Index.cshtml index 603bb21ba..1944bd6ab 100644 --- a/BTCPayServer/Views/Notifications/Index.cshtml +++ b/BTCPayServer/Views/Notifications/Index.cshtml @@ -40,7 +40,12 @@ - Date + + Date + + + + Message   @@ -52,8 +57,14 @@ - @item.Created.ToBrowserDate() - @item.Body + + + @item.Created.ToBrowserDate() + + + + @item.Body + @if (!String.IsNullOrEmpty(item.ActionLink)) {