szurubooru/public_html/templates/comment-list.tpl
2015-06-28 12:26:10 +02:00

13 lines
301 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>
<% } %>