diff options
| author | rr- | 2016-06-17 20:25:44 +0200 |
|---|---|---|
| committer | rr- | 2016-06-18 10:35:20 +0200 |
| commit | a697aba1b071bf8a4b2d4c26fd92f2655b77bd03 (patch) | |
| tree | 4270eff4809a15ed1c9965730e53da3db5b7a897 /client/html/comment_list.tpl | |
| parent | 54e3099c5696e0b4fc7b05fb5ecc41ab4726628b (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.tpl | 6 |
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> |