From df0b5fb2fb74d1dec39bca6e60b04b49619caf81 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 20 Jun 2013 17:47:30 +0200 Subject: Factor thread votes computation --- hyperkitty/templates/threads/summary_thread.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index cb26ffe..87a5433 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -21,17 +21,13 @@ >{{thread.category}} {% endif %} - {% if use_mockups %} -
  • - +0/-0 -
  • - {% endif %}
  • {{ thread.participants|length }}
  • {{ thread.length }}
  • + +{{ thread.likes }}/-{{ thread.dislikes }} -- cgit