From 8c5d997c6ec008f035992745a305ef458c03182e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 22 Dec 2020 12:54:48 +0000 Subject: [PATCH] Improve threads list design further --- app/templates/macros/threads.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index 50b92fc..066c2b1 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -115,7 +115,7 @@ {{ _("Thread") }} - + {{ _("Last Reply") }} @@ -148,13 +148,16 @@ {{ t.created_at | datetime }} - + + + {% if replies > 0 %} + {{ replies }} - + {% endif %} -
+
{% if replies > 0 %} {% set latest = t.get_latest_reply() %}