From 0de68afc823627fa20bfad7cc7c04d24a2017865 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 19:04:27 +0100 Subject: Fix the tags display --- .../templates/threads/summary_thread_large.html | 32 ++++++++-------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'hyperkitty/templates/threads/summary_thread_large.html') diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html index 43e7d10..b42f76d 100644 --- a/hyperkitty/templates/threads/summary_thread_large.html +++ b/hyperkitty/templates/threads/summary_thread_large.html @@ -36,31 +36,23 @@
- - - +
+ {{ thread.participants|length }} participants + {{ thread|length }} comments + {% include "messages/like_form.html" with message_id_hash=thread.starting_email.message_id_hash object=thread %} Show discussion + class="btn thread-show">Show discussion -- cgit