remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 11:21:22 -06:00
parent afe19f8708
commit 3ef6e3f870
1 changed files with 2 additions and 0 deletions

View File

@ -85,11 +85,13 @@
{{ 'vote' if ups + downs == 1 else 'votes' }} on this post {{ 'vote' if ups + downs == 1 else 'votes' }} on this post
</p> </p>
</li> </li>
{% if p.awards.length %}
<li> <li>
<p class="text-sm"> <p class="text-sm">
<strong>{{ p.awards.length }} {{ 'award' if p.awards.length == 1 else 'awards' }}</strong> gifted <strong>{{ p.awards.length }} {{ 'award' if p.awards.length == 1 else 'awards' }}</strong> gifted
</p> </p>
</li> </li>
{% endif %}
</ul> </ul>
<!-- Banned --> <!-- Banned -->
<ul class="flex flex-col mb-0"> <ul class="flex flex-col mb-0">