remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:32:56 -06:00
parent 52520bc519
commit bd45469b7f
1 changed files with 5 additions and 3 deletions

View File

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