revert change to comments.html
This commit is contained in:
parent
ade4e7eab3
commit
1712073f3a
1 changed files with 115 additions and 115 deletions
|
@ -12,7 +12,7 @@
|
|||
{% set replies = c.replies(v) %}
|
||||
|
||||
{% if not c.visibility_and_message(v)[0] %}
|
||||
{% if c.show_descendants(v) or is_notification_page %}
|
||||
{% if c.show_descendants(v) %}
|
||||
<div id="comment-{{c.id}}" class="comment">
|
||||
<div class="comment-collapse-icon" onclick="collapse_comment('{{c.id}}', this.parentElement)"></div>
|
||||
<div class="comment-collapse-bar-click" onclick="collapse_comment('{{c.id}}', this.parentElement)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue