navi: Shorten Refresh button by using icon

master
Felix Stupp 2 years ago
parent dfa6ee4a40
commit f8ef40ba92
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -80,7 +80,7 @@
{% for name, uri in links.items() %}
<a class="button" href="{{ uri }}">{{ name }}</a>
{% endfor %}
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }}
{{ no_input_post_form("/api/refresh/collections", "&#x1f504;"|safe) }}
</div>
{%- endmacro %}

Loading…
Cancel
Save