diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-17 18:59:27 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-17 18:59:27 +0200 |
commit | e557c1927edaf3271ee5d2dc763fa96cef0b2dee (patch) | |
tree | 2023f9bd2a2650554d690ff3d88ef3e1d3c38d71 /templates | |
parent | b94a6df756f80890ca0c04d9c08e05eb7b87870c (diff) | |
download | hemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.tar.gz hemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.tar.bz2 hemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.zip |
æsthetic improvements
Diffstat (limited to 'templates')
-rw-r--r-- | templates/buglist.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 }} <td title="{{ i.last_reply|e }}"> {{ i.nicereply }} - <td> {% if i.closed %} + <td class="closed"> + closed {% else %} + <td class="open"> open {% endif %} </tr> |