diff --git a/pagure/templates/_render_issues.html b/pagure/templates/_render_issues.html index a44a90a..e24dcda 100644 --- a/pagure/templates/_render_issues.html +++ b/pagure/templates/_render_issues.html @@ -27,19 +27,24 @@
+ + {% if issue.milestone %} + {{ issue.milestone }} + {% endif %} + {% if issue.priority is not none %} - {{ repo.priorities[issue.priority | string] }} + {{ repo.priorities[issue.priority | string] }} {% endif %} {% if issue.assignee %} - + {{ issue.assignee.username | avatar(size=20) | safe}} {% endif %} {% if issue.user_comments|count > 0 %} - + {{issue.user_comments|count}}