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)) {