forked from zaclys/searxng
[fix] rtl result template
This commit is contained in:
parent
1ee2a3d25d
commit
36c8977390
|
@ -40,8 +40,7 @@
|
||||||
<span class="label label-default">{{ engine }}</span>
|
<span class="label label-default">{{ engine }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
|
<small><a class="text-info" href="https://web.archive.org/web/{{ result.url }}" rel="noreferrer">{{ icon('link') }} {{ _('cached') }}</a></small>
|
||||||
</div>
|
<div class="text-muted"><small>{{ result.pretty_url }}</small></div>
|
||||||
<span class="text-muted"><small>{{ result.pretty_url }}</small></span>
|
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% macro preferences_item_header(info, label, rtl) -%}
|
{% macro preferences_item_header(info, label, rtl) -%}
|
||||||
|
|
Loading…
Reference in New Issue