summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-06-12 19:34:38 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-06-12 19:34:38 +0200
commita195f1b150d2b17cdefd64038528b53035d585f7 (patch)
tree24631dfe458c691636dd9e4c37b5c104c120ff80 /hyperkitty/templates/threads/summary_thread.html
parente5c785c29f2af0f9978814f7a34132388c44045d (diff)
downloadhyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.tar.gz
hyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.tar.xz
hyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.zip
Use spaces instead of tabs in the templates
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread.html')
-rw-r--r--hyperkitty/templates/threads/summary_thread.html68
1 files changed, 33 insertions, 35 deletions
diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html
index c201b36..cb26ffe 100644
--- a/hyperkitty/templates/threads/summary_thread.html
+++ b/hyperkitty/templates/threads/summary_thread.html
@@ -2,38 +2,36 @@
{% load hk_generic %}
{% load storm %}
- <div class="thread">
- <span class="thread-id">#{{counter}}</span>
- <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>
- <div class="thread_stats">
- <ul class="inline-block">
- {% if thread.category_tag %}
- <li class="type type_{{thread.category_tag}}">
- <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category_tag %}"
- >{{thread.category}}</a>
- </li>
- {% endif %}
- {% if thread.category %}
- <li class="type type_{{thread.category|lower}}">
- <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category|lower %}"
- >{{thread.category}}</a>
- </li>
- {% endif %}
- {% if use_mockups %}
- <li class="likestatus neutral">
- +0/-0
- </li>
- {% endif %}
- <li class="participant">
- {{ thread.participants|length }}
- </li>
- <li class="discussion">
- {{ thread.length }}
- </li>
- </ul>
- </div>
- </div>
-
-{# vim: set noet: #}
+ <div class="thread">
+ <span class="thread-id">#{{counter}}</span>
+ <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>
+ <div class="thread_stats">
+ <ul class="inline-block">
+ {% if thread.category_tag %}
+ <li class="type type_{{thread.category_tag}}">
+ <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category_tag %}"
+ >{{thread.category}}</a>
+ </li>
+ {% endif %}
+ {% if thread.category %}
+ <li class="type type_{{thread.category|lower}}">
+ <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category|lower %}"
+ >{{thread.category}}</a>
+ </li>
+ {% endif %}
+ {% if use_mockups %}
+ <li class="likestatus neutral">
+ +0/-0
+ </li>
+ {% endif %}
+ <li class="participant">
+ {{ thread.participants|length }}
+ </li>
+ <li class="discussion">
+ {{ thread.length }}
+ </li>
+ </ul>
+ </div>
+ </div>