From 00d2b596b0018d114daa97c9db237c376ffd11db Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 10 2018 03:59:24 +0000 Subject: add milestone to metadata shown on issue listing Fixes #3620 --- 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}}