szurubooru/public_html/templates/comment-list.tpl
2014-11-22 12:56:44 +01:00

13 lines
265 B
Smarty

<% if (canListComments && comments.length) { %>
<div class="comments">
<h1>Comments</h1>
<ul class="comments">
</ul>
</div>
<% } %>
<% if (canAddComments) { %>
<div class="comment-add">
<%= commentFormTemplate({title: 'Add comment'}) %>
</div>
<% } %>