make icon optional

This commit is contained in:
Matthias 2021-11-04 13:44:25 +01:00
parent 267c5ca40c
commit 80414ba6b5
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,7 +1,7 @@
{% load i18n %}
<a href="#" id='select-{{ label }}' title='{% trans text %}' class="list-group-item sidebar-list-group-item border-end-0 d-inline-block text-truncate sidebar-selector" data-bs-parent="#sidebar">
<i class="bi bi-bootstrap"></i>
<span class='sidebar-item-icon fas {{ icon }}'></span>
<span class='sidebar-item-icon{% if icon %} fas {{ icon }}{% endif %}'></span>
<span class='sidebar-item-text' style='display: none;'>{% trans text %}</span>
{% if badge %}
<span id='sidebar-badge-{{ label }}' class='sidebar-item-badge badge rounded-pill badge-right bg-dark'>