aboutsummaryrefslogtreecommitdiff
path: root/client/html/comment_list.tpl
diff options
context:
space:
mode:
authorrr-2016-06-17 20:25:44 +0200
committerrr-2016-06-18 10:35:20 +0200
commita697aba1b071bf8a4b2d4c26fd92f2655b77bd03 (patch)
tree4270eff4809a15ed1c9965730e53da3db5b7a897 /client/html/comment_list.tpl
parent54e3099c5696e0b4fc7b05fb5ecc41ab4726628b (diff)
client/general: remove api calls from controls
Introduce some missing models along the way
Diffstat (limited to 'client/html/comment_list.tpl')
-rw-r--r--client/html/comment_list.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/html/comment_list.tpl b/client/html/comment_list.tpl
index 5e33458..91339cd 100644
--- a/client/html/comment_list.tpl
+++ b/client/html/comment_list.tpl
@@ -1,6 +1,4 @@
<div class='comments'>
- <% if (ctx.canListComments && ctx.comments.length) { %>
- <ul>
- </ul>
- <% } %>
+ <ul>
+ </ul>
</div>

© 2015 - 2026 Jakob L. Kreuze