remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:54:35 -06:00
parent 0e6d32d925
commit 9ba511a65e
1 changed files with 4 additions and 0 deletions

View File

@ -34,9 +34,13 @@
</ul>
<div class="hidden md:block pl-3 text-gray-500 leading-normal">
<strong>{{ total }}</strong>
{% if '/users/' in request.path %}
users found
{% else %}
{{ sort }} result{{ '' if total == 1 else 's' }} matching
<strong>"{{query}}"</strong> {{ 'from all time' if t=='all' else 'in the last' }}
{% if t != 'all' %}<span class="font-bold">{{ t }}</span>{% endif %}
{% endif %}
</div>
</div>
</div>