summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
diff options
context:
space:
mode:
authorMáirín Duffy <duffy@fedoraproject.org>2013-09-26 15:05:31 -0400
committerMáirín Duffy <duffy@fedoraproject.org>2013-11-20 08:50:20 -0500
commitf41a36329282ebecffb44cdbf1706b4cd9979185 (patch)
treede57f1313cac0f0edb9b9652ddd2b6101ee85ec7 /hyperkitty/templates/threads
parentf331d4c6443aa6086ffde133474fc02c255aeebe (diff)
downloadhyperkitty-f41a36329282ebecffb44cdbf1706b4cd9979185.tar.gz
hyperkitty-f41a36329282ebecffb44cdbf1706b4cd9979185.tar.xz
hyperkitty-f41a36329282ebecffb44cdbf1706b4cd9979185.zip
Redesign of the list overview page, including extensive modification of the graph and a lot of CSS tweaks (no extra breadcrumb)
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r--hyperkitty/templates/threads/summary_thread.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html
index 2176936..a6857e5 100644
--- a/hyperkitty/templates/threads/summary_thread.html
+++ b/hyperkitty/templates/threads/summary_thread.html
@@ -3,13 +3,15 @@
{% load storm %}
<div class="thread">
- {% if counter %}<span class="thread-id">#{{counter}}</span>{% endif %}
- <span class="thread-title"><a name="{{thread.thread_id}}"
+ <span class="thread-title">
+ {% if counter %}<span class="thread-id">#{{counter}}</span>{% endif %}
+ <a name="{{thread.thread_id}}"
href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
- >{{ thread.subject|strip_subject:mlist }}</a>
- {% if thread.unread %}
+ >
+ {% if thread.unread %}
<i class="unread icon-eye-close" title="New messages in this thread"></i>
{% endif %}
+ {{ thread.subject|strip_subject:mlist }}</a>
</span>
<div class="thread-stats">
<ul class="inline-block">