remotes/1693045480750635534/spooky-22
Aevann1 2021-08-21 09:02:11 +02:00
parent d6fb4be706
commit b7e0bfb658
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<div class="post-info mt-5 mb-1 mr-2">
{% if c.post and c.post.over_18 %}<span class="badge badge-danger text-small-extra mr-1">+18</span>{% endif %}
<span class="align-top">
{% if c.parent_submission %}
{% if c.post %}
{% if c.author_id==v.id and c.child_comments and is_notification_page%}
<span class="font-weight-bold">Comment {{'Replies' if (c.child_comments | length)>1 else 'Reply'}}: <a href="{{c.post.permalink}}">{{c.post.realtitle(v) | safe}}</a></span>
{% elif c.post.author_id==v.id and c.level == 1 and is_notification_page%}