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 + )" title="Jump to latest post"><%= thread.thread_title .. unread_posts_text %>, latest at <% render("views.common.timestamp", {timestamp = thread.newest_post_time}) -%>)