From 9b200dc97df23f6395a6ccfc6e17faf312e2da77 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 13 May 2020 21:23:54 +0200 Subject: [PATCH] Fix the comments number counter template --- src/includes/mentor/resources/detail.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/mentor/resources/detail.pug b/src/includes/mentor/resources/detail.pug index 558df02c..8ac67049 100644 --- a/src/includes/mentor/resources/detail.pug +++ b/src/includes/mentor/resources/detail.pug @@ -102,7 +102,7 @@ sib-display( bind-resources fields="" nested-field="conversations" - counter-template=`<p>${data.Comments} (${counter})</p>` + counter-template=`<p>${data.Comments} (\${counter})</p>` ) sib-conversation( -- GitLab