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 deletion
—
download
Diffstat
Diff options
+1/-1
M template/comment.twig
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
|
|
} %}
|