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 ++++++++-------------- hyperkitty/templates/threads/tags.html | 2 +- 2 files changed, 13 insertions(+), 21 deletions(-) (limited to 'hyperkitty/templates') 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 diff --git a/hyperkitty/templates/threads/tags.html b/hyperkitty/templates/threads/tags.html index 6307d1f..df0bbde 100644 --- a/hyperkitty/templates/threads/tags.html +++ b/hyperkitty/templates/threads/tags.html @@ -4,7 +4,7 @@ {% for tag in tags %}
  • {{ tag.tag }} - {% if not forloop.last %} | {% endif %} + {% if not forloop.last %} | {% endif %}
  • {% endfor %} -- cgit