aboutsummaryrefslogtreecommitdiff
path: root/client/html/comments_page.tpl
diff options
context:
space:
mode:
authorrr-2017-02-09 00:48:06 +0100
committerrr-2017-02-09 22:40:00 +0100
commitfdad08e176b52f1b47930a5e9b22116c70c542a8 (patch)
tree8e5985a15278d8d4245dffc4a3ac50e2fdc0b6e8 /client/html/comments_page.tpl
parentba7ca0cd8727b5397729983d052636637f36dd59 (diff)
server: use index-based paging (#123)
Diffstat (limited to 'client/html/comments_page.tpl')
-rw-r--r--client/html/comments_page.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/comments_page.tpl b/client/html/comments_page.tpl
index b117bf9..27d7011 100644
--- a/client/html/comments_page.tpl
+++ b/client/html/comments_page.tpl
@@ -1,6 +1,6 @@
<div class='global-comment-list'>
<ul><!--
- --><% for (let post of ctx.results) { %><!--
+ --><% for (let post of ctx.response.results) { %><!--
--><li><!--
--><div class='post-thumbnail'><!--
--><% if (ctx.canViewPosts) { %><!--

© 2015 - 2026 Jakob L. Kreuze