From e557c1927edaf3271ee5d2dc763fa96cef0b2dee Mon Sep 17 00:00:00 2001 From: Gabriel Pérez-Cerezo Date: Tue, 17 Jul 2018 18:59:27 +0200 Subject: æsthetic improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/buglist.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/buglist.html') diff --git a/templates/buglist.html b/templates/buglist.html index 2183366..2664e00 100644 --- a/templates/buglist.html +++ b/templates/buglist.html @@ -50,10 +50,12 @@ {{ i.nicecreated }} {{ i.nicereply }} - {% if i.closed %} + + closed {% else %} + open {% endif %} -- cgit v1.2.3