This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/html/comment_list.tpl

7 lines
129 B
Smarty
Raw Normal View History

<div class='comments'>
<% if (ctx.canListComments && ctx.comments.length) { %>
<ul>
</ul>
<% } %>
</div>