remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:32:15 -06:00
parent 4290d7bd80
commit 52520bc519
1 changed files with 8 additions and 2 deletions

View File

@ -592,8 +592,14 @@
</div> -->
<div class="flex justify-between mb-1 px-2.5 md:px-0">
<div class="md:ml-20 text-black font-bold">
{{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }}
<div class="flex md:ml-20 text-black font-bold">
<span>{{ 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">
View entire thread
</a>
{% endif %}
</div>
<ul class="flex space-x-3 text-sm text-gray-500 leading-normal mb-0">
<li>