Fix: No button for replying to PM's.
This commit is contained in:
parent
e2c602e387
commit
a47c8ffd48
1 changed files with 4 additions and 4 deletions
|
@ -132,13 +132,13 @@
|
||||||
<a class="d-md-none" href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
|
<a class="d-md-none" href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
<div id="replies-of-{{c.id}}"></div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if is_notification_page and c.level == 1 and c.is_strict_message and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
|
{% if is_notification_page and c.level == 1 and c.is_strict_message and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
|
||||||
{%- include 'component/comment/replybox_message.html' -%}
|
{%- include 'component/comment/replybox_message.html' -%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
|
||||||
<div id="replies-of-{{c.id}}"></div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{%- include 'component/comment/actions_mobile.html' -%}
|
{%- include 'component/comment/actions_mobile.html' -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue