summaryrefslogtreecommitdiff
path: root/views/search_user.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-13 22:23:59 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-13 22:23:59 +0200
commit22d96bbd8d2f3c63328e0beb4e192eb9bf3d5ce3 (patch)
tree659ba958d21f3b3455b3a603111b861da3c14b69 /views/search_user.pug
parentede55b317dea7915f4ced8b628d2b31262dc2847 (diff)
downloadserver-22d96bbd8d2f3c63328e0beb4e192eb9bf3d5ce3.tar.gz
Format human dates in view templates rather than in server queries.
Diffstat (limited to 'views/search_user.pug')
-rw-r--r--views/search_user.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/search_user.pug b/views/search_user.pug
index bc67cf6..308cc41 100644
--- a/views/search_user.pug
+++ b/views/search_user.pug
@@ -22,7 +22,7 @@ html
tr
td
a.black(href="/user/"+who.name)= who.name
- td.w= who.atime
+ td.w= human_date(who.atime)
else
p.error Nobody found matching "#{search}".