From 22d96bbd8d2f3c63328e0beb4e192eb9bf3d5ce3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 13 Oct 2024 22:23:59 +0200 Subject: Format human dates in view templates rather than in server queries. --- views/contacts.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/contacts.pug') diff --git a/views/contacts.pug b/views/contacts.pug index a3ca8d0..e3c8067 100644 --- a/views/contacts.pug +++ b/views/contacts.pug @@ -25,7 +25,7 @@ html tr td a.black(href="/user/"+who.name)= who.name - td.w= who.atime + td.w= human_date(who.atime) td.w.r a.blue(href="/message/send/"+who.name) 📝 a.red(href="/contacts/remove/"+who.name) ❌ -- cgit v1.2.3