diff options
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} | 
