From f70a680567a8e79c4f3cd95a3e677cdcf9c54d5e Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:33:58 +0000 Subject: added comment count to issues list --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 5da661f..b954aee 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -92,12 +92,16 @@ #{{ issue.id }} + {% if issue.private %} + + {% endif %} {{ issue.title | noJS("img") | safe }} - {% if issue.private %} - +    + {% if issue.comments|count > 0 %} + {{issue.comments|count}} {% endif %} {% for tag in issue.tags%} {{tag.tag}}