From b524543bc714710e321cca6db87bf8b10bc20ca4 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 13 Nov 2014 00:33:35 +0000 Subject: [PATCH] Update boardlist on thread display --- templates/thread.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index 3d3324e1..2916d31e 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -10,10 +10,12 @@ {% include 'header.html' %} {{ board.url }} - {% if config.thread_subject_in_title and thread.subject %}{{ thread.subject }}{% else %}{{ board.title|e }}{% endif %} - - {{ boardlist.top }} - {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} - {% if config.url_banner %}{% endif %} + +
+ {{ boardlist.top }} +
+ {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} + {% if config.url_banner %}{% endif %}

{{ board.url }} - {{ board.title|e }}

@@ -30,8 +32,6 @@ {% include 'attention_bar.html' %} - - {{ config.ad.top }} {% include 'post_form.html' %} @@ -47,8 +47,6 @@ [{% trans %}Return{% endtrans %}] [{% trans %}Go to top{% endtrans %}] - {{ boardlist.bottom }} - {{ config.ad.bottom }}