mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
[enh] make number of results less prominent
This commit is contained in:
parent
5fa36eb739
commit
508d0f063e
@ -92,14 +92,7 @@
|
|||||||
|
|
||||||
<div class="col-sm-4" id="sidebar_results">
|
<div class="col-sm-4" id="sidebar_results">
|
||||||
{% if number_of_results != '0' %}
|
{% if number_of_results != '0' %}
|
||||||
<div class="panel panel-default">
|
<p><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">{{ _('Number of results') }}</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
{{ number_of_results }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if infoboxes %}
|
{% if infoboxes %}
|
||||||
{% for infobox in infoboxes %}
|
{% for infobox in infoboxes %}
|
||||||
|
Loading…
Reference in New Issue
Block a user