diff --git a/BTCPayServer/Views/Notifications/Index.cshtml b/BTCPayServer/Views/Notifications/Index.cshtml index 2fc1eeaa3..8130c9ca1 100644 --- a/BTCPayServer/Views/Notifications/Index.cshtml +++ b/BTCPayServer/Views/Notifications/Index.cshtml @@ -7,105 +7,117 @@
-
-
-

@ViewData["Title"]

-
-
+
+

@ViewData["Title"]

+ + + Settings +
- -
-
-
- + @if (Model.Total > 0) + { + +
+
+ +
-
-
-
- - - -
- @if (Model.Total > 0) +
+
+ + + + + + + + + + + @foreach (var item in Model.Items) { - + + + + + + } - - - - - - - - @foreach (var item in Model.Items) - { - - - - - - - } - -
+ @if (Model.Total > 0) + { + + } + + Date + + + + MessageActions
+ + + + @item.Created.ToBrowserDate() + + + @item.Body + + @if (!String.IsNullOrEmpty(item.ActionLink)) + { + Details + - + } + +
- Date - - - - MessageActions
- - - - @item.Created.ToBrowserDate() - - - @item.Body - - @if (!String.IsNullOrEmpty(item.ActionLink)) - { - Details - - - } - -
+ +
- + + +
-
- -
- + + } + else + { +

+ There are no notifications. +

+ }