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/thread.html | 118 +++++++++++++++++++-------------------- 1 file changed, 58 insertions(+), 60 deletions(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index e8b8139..44a0a5b 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -16,57 +16,57 @@ {% include 'threads/month_list.html' %} -
- -
- {% for thread in neighbors %} - {% if thread %} - {{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} - {% endif %} - {% endfor %} -

{{ subject }}

-
- -
- -
- -
- - - {% include 'messages/message.html' with email=first_mail unfolded='True' %} - - -

- {% if sort_mode == "date" %} - Show replies by thread - {% else %} - Show replies by date - {% endif %} -

- -
- {% if is_bot %} - {% include 'ajax/replies.html' %} - {% else %} - Loading... - {% endif %} -
- -
-
- -
- {% include 'threads/right_col.html' %} -
- -
- -
+
+ +
+ {% for thread in neighbors %} + {% if thread %} + {{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} + {% endif %} + {% endfor %} +

{{ subject }}

+
+ +
+ +
+ +
+ + + {% include 'messages/message.html' with email=first_mail unfolded='True' %} + + +

+ {% if sort_mode == "date" %} + Show replies by thread + {% else %} + Show replies by date + {% endif %} +

+ +
+ {% if is_bot %} + {% include 'ajax/replies.html' %} + {% else %} + Loading... + {% endif %} +
+ +
+
+ +
+ {% include 'threads/right_col.html' %} +
+ +
+ +
@@ -76,15 +76,13 @@ {% block additionaljs %} {% endblock %} - -{# vim: set noet: #} -- cgit