mirror of
https://github.com/searx/searx
synced 2024-11-19 08:29:41 +01:00
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">
|
||||
{% if number_of_results != '0' %}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">{{ _('Number of results') }}</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{{ number_of_results }}
|
||||
</div>
|
||||
</div>
|
||||
<p><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||
{% endif %}
|
||||
{% if infoboxes %}
|
||||
{% for infobox in infoboxes %}
|
||||
|
Loading…
Reference in New Issue
Block a user