From a132cf2b84bd250514c33e6393e9d9ef31b0b7c9 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 14 Dec 2012 19:14:20 +0100 Subject: Sort replies by thread, with indentation --- hyperkitty/templates/thread.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 8ea45d2..add1fba 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -26,8 +26,19 @@ {% include 'messages/first_email.html' %} +

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

+ {% for email in replies %} -
+
{% include 'messages/message.html' %} -- cgit