szurubooru/public_html/templates/post-comment-list.tpl

14 lines
265 B
Smarty
Raw Normal View History

2014-10-04 14:06:44 +02:00
<% if (canListComments && comments.length) { %>
<div class="comments">
<h1>Comments</h1>
2014-10-24 09:45:45 +02:00
<ul class="comments">
2014-10-04 14:06:44 +02:00
</ul>
</div>
<% } %>
<% if (canAddComments) { %>
<div class="comment-add">
<%= commentFormTemplate({title: 'Add comment'}) %>
</div>
<% } %>