From 596cf07a0c41a8632284b02f4c9fc27d58d56123 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 5 Oct 2012 15:01:59 +0200 Subject: Improve appearance --- hyperkitty/templates/thread.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index a3d8c8b..78b4891 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -8,6 +8,10 @@ {% block content %} +
+

{{ subject }}

+
+ {% include 'threads/right_col.html' %} @@ -39,7 +43,7 @@ userCollapseText : 'View Less', expandText : 'View More' }); - }); + }); {% endblock %} -- cgit