From 164d25d18cf5776d4a8f4bbcb1646af65201471d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 28 2016 06:11:51 +0000 Subject: added the status of an issue to the closed issues list fixes #772 --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index b70a6b0..22241fa 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -95,6 +95,9 @@ #{{ issue.id }} + {% if status and status != 'Open' %} + {{issue.status}} + {% endif %} {% if issue.private %} {% endif %}