summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/ajax/last_views.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/hyperkitty/templates/ajax/last_views.html b/hyperkitty/templates/ajax/last_views.html
index 5455413..25fe995 100644
--- a/hyperkitty/templates/ajax/last_views.html
+++ b/hyperkitty/templates/ajax/last_views.html
@@ -27,7 +27,12 @@
<td>{{ lv.thread.starting_email.sender_name }}</td>
<td>{{ lv.thread.starting_email|viewer_date|date:"l, j F Y H:i:s" }}</td>
<td>{{ lv.thread|viewer_date|timesince }}</td>
- <td>{{ lv.thread|length }}</td>
+ <td>
+ {{ lv.thread|length }}
+ {% if thread.unread %}
+ / {{ thread.unread }} new
+ {% endif %}
+ </td>
</tr>
{% endfor %}
</tbody>