From 80d61c06db706d0b207a81e29d50f3fca3ff5fa0 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 15 Oct 2025 15:30:19 +0000 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(s) changed, 4 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pages/templates/notifications/fragments/item.html b/appview/pages/templates/notifications/fragments/item.html --- a/appview/pages/templates/notifications/fragments/item.html +++ b/appview/pages/templates/notifications/fragments/item.html @@ -8,7 +8,10 @@ flex gap-2 items-center "> {{ template "notificationIcon" . }}
- {{ template "notificationHeader" . }} +
+ {{ template "notificationHeader" . }} + {{ template "repo/fragments/shortTime" .Created }} +
{{ template "notificationSummary" . }}
-- tangled.sh