summaryrefslogtreecommitdiff
path: root/templates/buglist.html
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-17 18:59:27 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-07-17 18:59:27 +0200
commite557c1927edaf3271ee5d2dc763fa96cef0b2dee (patch)
tree2023f9bd2a2650554d690ff3d88ef3e1d3c38d71 /templates/buglist.html
parentb94a6df756f80890ca0c04d9c08e05eb7b87870c (diff)
downloadhemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.tar.gz
hemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.tar.bz2
hemiptera-e557c1927edaf3271ee5d2dc763fa96cef0b2dee.zip
æsthetic improvements
Diffstat (limited to 'templates/buglist.html')
-rw-r--r--templates/buglist.html4
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>