mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
security: 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
887514a523
commit
5533ac419a
@ -5,12 +5,13 @@
|
|||||||
|
|
||||||
{% load bootstrap %}
|
{% load bootstrap %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
{% block status %}
|
{% block status %}
|
||||||
<div class="btn-toolbar">
|
<div class="btn-toolbar">
|
||||||
<a class="btn btn-default" role="button" href="{% url 'security:report' %}"
|
<a class="btn btn-default" role="button" href="{% url 'security:report' %}"
|
||||||
title="{% trans 'Show security report' %}">
|
title="{% trans 'Show security report' %}">
|
||||||
<span class="fa fa-line-chart" aria-hidden="true"></span>
|
{% icon 'line-chart' %}
|
||||||
{% trans "Show security report" %}
|
{% trans "Show security report" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user