remotes/1693045480750635534/spooky-22
kek7198 2021-12-01 14:23:26 -06:00
parent 8b63af5803
commit 8d9463790b
1 changed files with 68 additions and 88 deletions

View File

@ -17,7 +17,7 @@
<small class="block mt-1 text-gray-700">
<strong>{{ total }}</strong>
{{ sort }} posts matching <strong>"{{query}}"</strong> {{ 'from all time' if t=='all' else 'in the last' }}
{% if t != 'all' %}<span class="font-bold">{{ t }}{% endif %}
{% if t != 'all' %}<span class="font-bold">{{ t }}</span>{% endif %}
</small>
</div>
{% if not '/users/' in request.path %}
@ -32,33 +32,13 @@
{% block content %}
<div class="col-span-full">
<div class="col">
<div class="card search-results">
<div class="card-header bg-white d-none">
<ul class="list-inline no-bullets mb-0">
<li class="list-inline-item active mr-4"><i class="fas fa-align-left text-gray-400"></i></li>
<li class="list-inline-item"><i class="fas fa-link text-gray-400"></i></li>
</ul>
</div>
<div class="card-body">
<div class="pl-md-3">
<div class="text-muted text-small mb-1">
<div class="text-gray-500 text-sm mb-1">
Advanced search parameters (with examples): "author:quadnarca", "domain:reddit.com", "over18:true"
</div>
<br>
<!-- <div class="text-muted text-small mb-1">Showing {% block listinglength %}{{listing | length}}{% endblock %} of {{total}} result{{'s' if total != 1 else ''}} for</div> -->
<h1 class="h4 mb-0">{{query}}</h1>
</div>
</div>
</div>
</div>
</div>
{% if not '/users/' in request.path %}