diff options
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread.html')
| -rw-r--r-- | hyperkitty/templates/threads/summary_thread.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index 5d0972c..895c5c4 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -4,19 +4,19 @@ <div class="thread"> <span class="thread-title"> - {% if counter %}<span class="thread-id">#{{counter}}</span>{% endif %} - <a name="{{thread.thread_id}}" + {% 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 %}" > - {% if thread.category_widget %} + {% if thread.category_widget %} <span class="label category" style="background-color:{{thread.category_widget.color}}"> {{ thread.category_widget.name|upper }} </span> - {% endif %} - {% if thread.unread %} + {% endif %} + {% if thread.unread %} <i class="unread icon-eye-close" title="New messages in this thread"></i> {% endif %} - {{ thread.subject|strip_subject:mlist }}</a> + {{ thread.subject|strip_subject:mlist }}</a> </span> <div class="thread-stats"> <ul class="inline-block"> |
