mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
miniflux: Use inline SVG icons
Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
340b7e6101
commit
66f2307a19
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
{% load bootstrap %}
|
{% load bootstrap %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
{% block configuration %}
|
{% block configuration %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
@ -20,12 +21,12 @@
|
|||||||
<div class="btn-toolbar">
|
<div class="btn-toolbar">
|
||||||
<a href="{% url 'miniflux:create-admin-user' %}" class="btn btn-default"
|
<a href="{% url 'miniflux:create-admin-user' %}" class="btn btn-default"
|
||||||
role="button" title="{% trans 'Create admin user' %}">
|
role="button" title="{% trans 'Create admin user' %}">
|
||||||
<span class="fa fa-plus" aria-hidden="true"></span>
|
{% icon 'plus' %}
|
||||||
{% trans 'Create admin user' %}
|
{% trans 'Create admin user' %}
|
||||||
</a>
|
</a>
|
||||||
<a href="{% url 'miniflux:reset-user-password' %}" class="btn btn-default"
|
<a href="{% url 'miniflux:reset-user-password' %}" class="btn btn-default"
|
||||||
role="button" title="{% trans 'Reset user password' %}">
|
role="button" title="{% trans 'Reset user password' %}">
|
||||||
<span class="fa fa-key" aria-hidden="true"></span>
|
{% icon 'key' %}
|
||||||
{% trans 'Reset user password' %}
|
{% trans 'Reset user password' %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user