From 9e63a66b911aa10c06e796141b444421fcd98e36 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 09 2017 09:30:11 +0000 Subject: Fix the headers of the table listing all the pull-request We had one less header than column in the table under and the header wasn't always reflecting the content. This commit fixes it. --- diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index d06fd0c..35afa51 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -83,10 +83,9 @@ Pull Request Opened - {% if status|lower != 'open' %} - Closed - {% else %} Modified + {% if status|lower not in ['open', 'true'] %} + Closed {% endif %} Reporter(