forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 22:55:05 -06:00
parent 0e874675b1
commit abfbf47ea7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<h1 class="font-bold text-xl font-heading leading-normal mb-0"> <h1 class="font-bold text-xl font-heading leading-normal mb-0">
Comments Comments
</h1> </h1>
<small class="block text-gray-700"> <small class="block text-gray-700 dark:text-gray-400">
<span class="capitalize font-bold">{{ sort }}</span> <span class="capitalize font-bold">{{ sort }}</span>
comments {{ 'from all time' if t=='all' else 'in the last' }} comments {{ 'from all time' if t=='all' else 'in the last' }}
{% if t != 'all' %}<strong>{{ t }}</strong>{% endif %} {% if t != 'all' %}<strong>{{ t }}</strong>{% endif %}