From 164d25d18cf5776d4a8f4bbcb1646af65201471d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 28 2016 06:11:51 +0000 Subject: [PATCH 1/3] 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 %} From 3a61350659d8e93b588570d888b08bb048dad853 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 28 2016 06:12:46 +0000 Subject: [PATCH 2/3] update the color of the status label according to the status fixes #770 --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 1332a93..f2c26b0 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -117,7 +117,7 @@ From 0f125ade7579cb283cc62d2390246ce3f23e6f70 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 28 2016 08:08:26 +0000 Subject: [PATCH 3/3] Code formatting --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index f2c26b0..da7e49a 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -117,7 +117,12 @@ diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 22241fa..1c0d25b 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -96,7 +96,11 @@ #{{ issue.id }} {% if status and status != 'Open' %} - {{issue.status}} + {{issue.status}} {% endif %} {% if issue.private %}