szurubooru/public_html/templates/post-comment-list.tpl
2014-10-18 18:48:33 +02:00

13 lines
248 B
Smarty

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