From 1ec31e8c45b8787bfe6606d2733982a8ea678714 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 25 May 2018 18:46:32 +0200 Subject: feat(templates): Add indicators for closed threads --- templates/thread.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index 28ccd79d252c..295cf8fcdc1d 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -78,6 +78,11 @@
+ {% if closed %} +
+ This thread is closed and can no longer be responded to. +
+ {% else %}
@@ -91,6 +96,7 @@
+ {% endif %}
-- cgit 1.4.1