home » zplus/freepost.git
Author zPlus <-> 2016-03-22 09:13:48
Committer zPlus <-> 2016-03-22 09:13:48
Commit 6f0f083 (patch)
Tree a17be6b
Parent(s)

template/comment: Fix small glitch that didn't mark votes for children-comments


commits diff: b105ec4..6f0f083
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- template/comment.twig 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   template/comment.twig
index f3bdff1..3fe4d31
old size: 2K - new size: 2K
@@ -51,7 +51,7 @@
51 51 {% include 'comment.twig' with {
52 52 'post': post,
53 53 'comments': comments,
54 - 'votes': votes.comment,
54 + 'votes': votes,
55 55 'parent_id': comment.id,
56 56 'depth': depth + 1
57 57 } %}