diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-05-26 08:05:00 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-06-04 16:24:24 +0200 |
commit | 0351a8fbbac6cfa671128513605288fb940ce94b (patch) | |
tree | 1613514bf7f539f6e55176e58c67885fcc91b141 /src/main/resources/templates/benki | |
parent | 14e59440fd5f03d046e4e329eec73560450f1467 (diff) |
KB66 Add comment box.
Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4
Diffstat (limited to 'src/main/resources/templates/benki')
-rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </div> {#if showCommentBox} - {#commentBox postId=post.id /} + {#commentBox postId=post.id comments=post.comments /} {/if} </article> {#else} @@ -117,7 +117,7 @@ </div> {#if showCommentBox} - {#commentBox postId=post.id /} + {#commentBox postId=post.id comments=post.comments /} {/if} </article> {/if} |