remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 11:20:54 -06:00
parent a8135689f7
commit afe19f8708
1 changed files with 5 additions and 2 deletions

View File

@ -79,12 +79,15 @@
</li> </li>
<li> <li>
<p class="text-sm"> <p class="text-sm">
<strong class="text-red-600">{{ ups + downs }}</strong> {{ 'vote' if ups + downs == 1 else 'votes' }} on this post <a href="/votes?link={{p.fullname}}" class="font-bold text-red-600 hover:text-red-600">
{{ ups + downs }}
</a>
{{ 'vote' if ups + downs == 1 else 'votes' }} on this post
</p> </p>
</li> </li>
<li> <li>
<p class="text-sm"> <p class="text-sm">
<strong class="text-red-600">{{ p.views }} {{ 'member' if p.views == 1 else 'members' }}</strong> following this post <strong>{{ p.awards.length }} {{ 'award' if p.awards.length == 1 else 'awards' }}</strong> gifted
</p> </p>
</li> </li>
</ul> </ul>