summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.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/message.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/message.html')
-rw-r--r--hyperkitty/templates/message.html24
1 files changed, 11 insertions, 13 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index f542752..5f9bc73 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -15,23 +15,21 @@
{% include 'threads/month_list.html' %}
- <div class="span7">
+ <div class="span7">
- <div class="message-header">
- <a class="thread-back"
- href="{% url 'thread' threadid=message.thread_id mlist_fqdn=mlist.name %}#{{message.message_id_hash}}">
- </a> {# the background image will be a "back to thread" button #}
- <h1>{{ message.subject }}</h1>
- </div>
+ <div class="message-header">
+ <a class="thread-back"
+ href="{% url 'thread' threadid=message.thread_id mlist_fqdn=mlist.name %}#{{message.message_id_hash}}">
+ </a> {# the background image will be a "back to thread" button #}
+ <h1>{{ message.subject }}</h1>
+ </div>
- <section id="thread-content">
- {% include 'messages/message.html' with email=message unfolded='True' %}
- </section>
+ <section id="thread-content">
+ {% include 'messages/message.html' with email=message unfolded='True' %}
+ </section>
- </div>
+ </div>
</div>
{% endblock %}
-
-{# vim: set noet: #}