From fcdaa7f3fd2b830ca566386a1711070407c7f191 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 3 Jun 2013 20:23:45 +0200 Subject: Add a navigation bar to skip through unread messages --- hyperkitty/templates/threads/right_col.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 7f200fc..5011993 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -23,6 +23,7 @@ old +
{% csrf_token %} @@ -32,7 +33,11 @@ Remove from favorite discussions

- +

+ {% if user.is_authenticated %} + {{ unread_count }} unread messages + {% endif %} +

{% include 'threads/tags.html' %}
@@ -56,4 +61,15 @@ +{% if user.is_authenticated %} +
+
+ Unreads: 0/{{unread_count}} +   + Go to: next ↓ + - prev ↑ +
+
+{% endif %} + {# vim: set noet: #} -- cgit