From 1a339ac1f7dac6e63b83864b6421aed1b0fdde75 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 15 Jul 2013 11:39:45 +0200 Subject: Show the unread icon in the overview page --- hyperkitty/templates/threads/summary_thread.html | 6 +++++- hyperkitty/templates/threads/summary_thread_large.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index 82c9398..2176936 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -6,7 +6,11 @@ {% if counter %}#{{counter}}{% endif %} {{ thread.subject|strip_subject:mlist }} + >{{ thread.subject|strip_subject:mlist }} + {% if thread.unread %} + + {% endif %} +