navi: Shorten Refresh button by using icon

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

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

Loading…
Cancel
Save