remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:35:16 -06:00
parent bd45469b7f
commit e15276a2d2
1 changed files with 2 additions and 2 deletions

View File

@ -592,13 +592,13 @@
</div> -->
<div class="flex justify-between mb-1 px-2.5 md:px-0">
<div class="flex md:ml-20">
<div class="md:ml-20">
<span class="text-black font-bold">
{{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }}
</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-3 text-sm text-gray-700 hover:text-gray-900">
<a href="{{ '{{p.permalink}}' if v else '/logged_out{{p.permalink}}' }}" class="pl-2 text-sm text-red-600 hover:text-red-700">
View entire thread
</a>
{% endif %}