From 83cc63fc064bb3dbf25efac2b2d2fb8907a30784 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 2 Nov 2016 14:29:12 -0400 Subject: [PATCH] give more info about truncation in board template --- contrib/templates/default/board.mustache | 26 ++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index b58713f..1bc5a4b 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -40,11 +40,29 @@ {{#board.Threads}}
+ + {{PostCount}} posts + + + {{ImageCount}} images +
- {{{OP.Truncate.RenderPost}}} - {{#Truncate.Replies}} - {{{Truncate.RenderPost}}} - {{/Truncate.Replies}} +
+ {{{OP.RenderTruncatedPost}}} +
+ {{#Truncate}} + {{#Replies}} +
+ {{{RenderTruncatedPost}}} +
+ {{/Replies}} +
+
+ {{MissingPostCount}} posts excluded + {{MissingImageCount}} images excluded +
+
+ {{/Truncate}}
{{/board.Threads}}