forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-05 12:44:19 -06:00
parent 5056764f4a
commit 242ae0cc1b
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@
</span>
<!-- Entire thread link -->
{% if linked_comment and p.comment_count >= 2%}
<a href="{{ '{{ p.permalink }}' if v else '{{ /logged_out/p.permalink }}' }}" class="pl-2 text-red-600 hover:text-red-700">
<a href="{% if v %}{{ p.permalink }}{% else %}'/logged_out/'{{p.permalink}}{% endif %}" class="pl-2 text-red-600 hover:text-red-700">
View entire thread
</a>
{% endif %}