From e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 16:42:19 +0200 Subject: Display a marker on unread threads in the month view --- hyperkitty/templates/threads/summary_thread_large.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html index 66b1a78..cea2be2 100644 --- a/hyperkitty/templates/threads/summary_thread_large.html +++ b/hyperkitty/templates/threads/summary_thread_large.html @@ -3,11 +3,15 @@ {% load hk_generic %} {% load storm %} -
+
- {{ thread.starting_email.subject|strip_subject:mlist }} + + {% if thread.unread %} + + {% endif %} + {{ thread.starting_email.subject|strip_subject:mlist }} {{thread.date_active|timesince }}
-- cgit