diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-13 22:23:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-13 22:23:59 +0200 |
commit | 22d96bbd8d2f3c63328e0beb4e192eb9bf3d5ce3 (patch) | |
tree | 659ba958d21f3b3455b3a603111b861da3c14b69 /views/contacts.pug | |
parent | ede55b317dea7915f4ced8b628d2b31262dc2847 (diff) | |
download | server-22d96bbd8d2f3c63328e0beb4e192eb9bf3d5ce3.tar.gz |
Format human dates in view templates rather than in server queries.
Diffstat (limited to 'views/contacts.pug')
-rw-r--r-- | views/contacts.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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) ❌ |