summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread.html')
-rw-r--r--hyperkitty/templates/threads/summary_thread.html6
1 files changed, 5 insertions, 1 deletions
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 %}<span class="thread-id">#{{counter}}</span>{% endif %}
<span class="thread-title"><a name="{{thread.thread_id}}"
href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
- >{{ thread.subject|strip_subject:mlist }}</a></span>
+ >{{ thread.subject|strip_subject:mlist }}</a>
+ {% if thread.unread %}
+ <i class="unread icon-eye-close" title="New messages in this thread"></i>
+ {% endif %}
+ </span>
<div class="thread-stats">
<ul class="inline-block">
{% if thread.category %}