diff --git a/html/template/sync/notification-list.html b/html/template/sync/notification-list.html index b564b872..bf21b4d3 100644 --- a/html/template/sync/notification-list.html +++ b/html/template/sync/notification-list.html @@ -11,10 +11,10 @@ class="card-header bg-white d-flex justify-content-between align-items-center" >
Notifications
- {{ len .Notifications }} + {{ len .C.Notifications }}
- {{ range .Notifications }} + {{ range .C.Notifications }} - {{ range .Uploads }} + {{ range .C.Uploads }} {{ .Status }} {{ .Created|timeRelative }}