From 1eeef494e6cb6c23f207be8715ff39c0e52e3c37 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 13:18:26 +0200 Subject: Track unread threads And display markers on unread posts in the thread view. --- hyperkitty/templates/messages/message.html | 6 +++++- hyperkitty/templates/thread.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index 9b072ef..44ffc9f 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -3,7 +3,8 @@ {% load gravatar %} {% load hk_generic %} -
+{% is_message_new as is_new %} +