remotes/1693045480750635534/spooky-22
Aevann1 2021-12-06 00:53:55 +02:00
parent 3d971c1368
commit 39d216d375
1 changed files with 13 additions and 14 deletions

View File

@ -828,8 +828,7 @@
<script src="/assets/js/viewmore.js?v=1"></script>
{% endif %}
{% elif not p.replies and p.deleted_utc == 0 %}
{% elif not p.replies and p.deleted_utc == 0 %}
<div class="comment-section text-center py-7">
<span class="fa-stack fa-2x text-muted mb-4">
<i class="fas fa-square text-gray-500 opacity-25 fa-stack-2x"></i>
@ -841,7 +840,7 @@
{% else %}
<p class="text-muted">This comment section is a ghost town. <a href="/login?redirect={{request.path | urlencode}}">Sign in</a></p>
{% endif %}
</div>
</div>
{% endif %}
</div>