summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>