summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/tags/commentBox.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-06-04 16:02:25 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-06-04 16:24:24 +0200
commit8dcc6ae4ee418cdfdc60c76709ad03b4814fb83a (patch)
tree6d7dbefe5bad6e47e324fc302e5bcde41181d768 /src/main/resources/templates/tags/commentBox.html
parent1937e6a72594f98d1fa031d8220f10ccc798c2be (diff)
KB66 Add comment count to post header.
Change-Id: I98fd99327fdfebaddfebe3541e6b1ccb1d78fe3c
Diffstat (limited to 'src/main/resources/templates/tags/commentBox.html')
-rw-r--r--src/main/resources/templates/tags/commentBox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/tags/commentBox.html b/src/main/resources/templates/tags/commentBox.html
index 40cec4a..abe73f5 100644
--- a/src/main/resources/templates/tags/commentBox.html
+++ b/src/main/resources/templates/tags/commentBox.html
@@ -1,7 +1,7 @@
{@java.lang.Integer postId}
{@java.util.List<eu.mulk.mulkcms2.benki.lazychat.LazychatMessage> comments}
-<div class="comment-box">
+<div class="comment-box" id="comment-box-{postId}">
<script type="module" src="/lib.js"></script>
<script type="module" src="/posts/commentBox.js"></script>