From 79d84394c078426076685512f0de75d6aa12e1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 3 Jun 2025 05:47:11 +0300 Subject: [PATCH] use timestamp component in inbox --- views/user/inbox.etlua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/user/inbox.etlua b/views/user/inbox.etlua index fed48c1..869343d 100644 --- a/views/user/inbox.etlua +++ b/views/user/inbox.etlua @@ -14,7 +14,7 @@ <% local unread_posts_text = " (" .. thread.unread_count .. " unread post" .. (thread.unread_count > 1 and "s" or "")-- .. ")" %> - " title="Jump to latest post"><%= thread.thread_title .. unread_posts_text %>, latest at ><%= os.date("%c", thread.newest_post_time) %>) + " title="Jump to latest post"><%= thread.thread_title .. unread_posts_text %>, latest at <% render("views.common.timestamp", {timestamp = thread.newest_post_time}) -%>)
" method="post">