From fb2d39fa937e14fdfc8f0053fb913f5f0cf76622 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 6 Jan 2014 19:08:04 +0100 Subject: Display the absolute date in threads --- hyperkitty/templates/threads/summary_thread_large.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hyperkitty') diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html index 51e98a8..47fe84f 100644 --- a/hyperkitty/templates/threads/summary_thread_large.html +++ b/hyperkitty/templates/threads/summary_thread_large.html @@ -12,7 +12,10 @@ {{ thread.starting_email.subject|strip_subject:mlist }} - {{ thread|get_date|timesince }} + + {{ thread|get_date|timesince }} +
-- cgit