From 0351a8fbbac6cfa671128513605288fb940ce94b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 26 May 2022 08:05:00 +0200 Subject: KB66 Add comment box. Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4 --- src/main/resources/templates/benki/posts/postList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates/benki/posts/postList.html') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 0fc8a6d..2f932ec 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -84,7 +84,7 @@ {#if showCommentBox} - {#commentBox postId=post.id /} + {#commentBox postId=post.id comments=post.comments /} {/if} {#else} @@ -117,7 +117,7 @@ {#if showCommentBox} - {#commentBox postId=post.id /} + {#commentBox postId=post.id comments=post.comments /} {/if} {/if} -- cgit v1.2.3