diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-11-28 17:43:16 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-11-28 17:43:16 +0100 |
| commit | 7cbafa8b495c2a79339df6e68adb6023eb1d83eb (patch) | |
| tree | b040a4f8529dd9cdc20986d69dfc93a1f57a3908 /hyperkitty/templates/threads | |
| parent | f0ebe8a626938fe17f261855191214c2f16e6206 (diff) | |
| download | hyperkitty-7cbafa8b495c2a79339df6e68adb6023eb1d83eb.tar.gz hyperkitty-7cbafa8b495c2a79339df6e68adb6023eb1d83eb.tar.xz hyperkitty-7cbafa8b495c2a79339df6e68adb6023eb1d83eb.zip | |
Tabs to spaces
Diffstat (limited to 'hyperkitty/templates/threads')
| -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"> |
