We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e839448 commit 0efdc6fCopy full SHA for 0efdc6f
components/comments-article.tpl
@@ -1,7 +1,6 @@
1
{% unless article.new_record? %}
2
{% if editmode or show_article_comments != false %}
3
<aside class="comments cfx{% if show_article_comments == false %} hide-article-comments{% endif %}">
4
- {% endif %}
5
<h2 class="comments-title">{{ 'replies' | lcc : article.comments_count }}</h2>
6
7
{% include "comment-form" %}
@@ -15,6 +14,7 @@
15
14
</div>
16
<div class="comment-body">{{ comment.body_html }}</div>
17
+ {% endfor %}
18
</aside>
19
- {% endfor %}
+ {% endif %}
20
{% endunless %}
0 commit comments