From 1b6cd1c984391824b46cc427438f628dbf37cc7f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 29 2016 08:36:54 +0000 Subject: Fix invalid title in the comment count --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 424fd0d..b70a6b0 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -48,16 +48,19 @@ {% for tag in tag_list %} {% if tag.tag in tags %} {% if status and status != 'Open' %} - {% else %} - {% endif %} {% else %} - @@ -101,7 +104,11 @@    {% if issue.comments|count > 0 %} - {{issue.comments|count}} + + + {{issue.comments|count}} + {% endif %} {% for tag in issue.tags%} {{tag.tag}}