From 80d61c06db706d0b207a81e29d50f3fca3ff5fa0 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 15 Oct 2025 16:30:19 +0100 Subject: [PATCH] appview/notifications: add time of creation to notif list Signed-off-by: oppiliappan --- appview/pages/templates/notifications/fragments/item.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appview/pages/templates/notifications/fragments/item.html b/appview/pages/templates/notifications/fragments/item.html index 1ce43fb9..a6626da3 100644 --- a/appview/pages/templates/notifications/fragments/item.html +++ b/appview/pages/templates/notifications/fragments/item.html @@ -8,7 +8,10 @@ "> {{ template "notificationIcon" . }}
- {{ template "notificationHeader" . }} +
+ {{ template "notificationHeader" . }} + {{ template "repo/fragments/shortTime" .Created }} +
{{ template "notificationSummary" . }}
-- 2.51.2