From 1cc470db0151443fda2ba06e450d6a6cc82a2d90 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 9 Oct 2012 18:04:40 +0200 Subject: Add thread navigation buttons --- hyperkitty/templates/thread.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 78b4891..20181b8 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load gravatar %} +{% load storm %} {% block additional_stylesheets %} @@ -9,6 +10,13 @@ {% block content %}
+ {% for thread in neighbors %} + {% if thread %} + {{ thread.subject|strip_subject:mlist|truncatesmart:"25" }} + {% endif %} + {% endfor %}

{{ subject }}

-- cgit