mirror of https://github.com/searx/searx
Merge pull request #836 from kvch/smaller-number-of-results
[enh] make number of results less prominent
This commit is contained in:
commit
f0a72e3aa2
|
@ -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