From 6ab0e2b17a04e82bc26c9044bf5a3c361a93ea18 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 31 Aug 2015 10:46:04 -0400 Subject: [PATCH] truncate threads and posts in overboard --- contrib/templates/default/ukko.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 479b535..c5269e8 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -23,10 +23,10 @@
{{{OP.RenderPost}}} - {{#Replies}} - {{{RenderPost}}} + {{#Truncate.Replies}} + {{{Truncate.RenderPost}}}
- {{/Replies}} + {{/Truncate.Replies}}
{{/threads}}