From a195f1b150d2b17cdefd64038528b53035d585f7 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 12 Jun 2013 19:34:38 +0200 Subject: Use spaces instead of tabs in the templates --- hyperkitty/templates/threads/summary_thread.html | 68 ++++++++++++------------ 1 file changed, 33 insertions(+), 35 deletions(-) (limited to 'hyperkitty/templates/threads/summary_thread.html') 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 %} -
- #{{counter}} - {{ thread.subject|strip_subject:mlist }} -
-
    - {% if thread.category_tag %} -
  • - {{thread.category}} -
  • - {% endif %} - {% if thread.category %} -
  • - {{thread.category}} -
  • - {% endif %} - {% if use_mockups %} -
  • - +0/-0 -
  • - {% endif %} -
  • - {{ thread.participants|length }} -
  • -
  • - {{ thread.length }} -
  • -
-
-
- -{# vim: set noet: #} +
+ #{{counter}} + {{ thread.subject|strip_subject:mlist }} +
+
    + {% if thread.category_tag %} +
  • + {{thread.category}} +
  • + {% endif %} + {% if thread.category %} +
  • + {{thread.category}} +
  • + {% endif %} + {% if use_mockups %} +
  • + +0/-0 +
  • + {% endif %} +
  • + {{ thread.participants|length }} +
  • +
  • + {{ thread.length }} +
  • +
+
+
-- cgit