From 4beb849715cb2c6164e2b74d5acf5c24e21b881f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 12 2016 10:58:03 +0000 Subject: Add the opportunity to list all issues, opened and closed Fixes https://pagure.io/pagure/issue/1288 --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 2fed964..b4b1cc1 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -39,31 +39,33 @@
- {% if status and status != 'Open' %} - Open - Closed - {% else %} - Open - Closed - {% endif %} + Open + Close + All @@ -143,7 +145,7 @@ #{{ issue.id }} - {% if status and status != 'Open' %} + {% if status != 'Open' %}