[fix] rtl result template

This commit is contained in:
Adam Tauber 2016-06-27 23:52:24 +02:00
parent 1ee2a3d25d
commit 36c8977390
1 changed files with 1 additions and 2 deletions

View File

@ -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) -%}