Skip to content

Commit 0efdc6f

Browse files
committed
Fixed typo in article comments component
1 parent e839448 commit 0efdc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/comments-article.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{% unless article.new_record? %}
22
{% if editmode or show_article_comments != false %}
33
<aside class="comments cfx{% if show_article_comments == false %} hide-article-comments{% endif %}">
4-
{% endif %}
54
<h2 class="comments-title">{{ 'replies' | lcc : article.comments_count }}</h2>
65

76
{% include "comment-form" %}
@@ -15,6 +14,7 @@
1514
</div>
1615
<div class="comment-body">{{ comment.body_html }}</div>
1716
</div>
17+
{% endfor %}
1818
</aside>
19-
{% endfor %}
19+
{% endif %}
2020
{% endunless %}

0 commit comments

Comments
 (0)