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

View File

@ -85,10 +85,10 @@
{{ 'vote' if ups + downs == 1 else 'votes' }} on this post
</p>
</li>
{% if p.awards.length %}
{% if p.awards|length > 1 %}
<li>
<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>
</li>
{% endif %}