mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
5 lines
324 B
HTML
5 lines
324 B
HTML
{% load i18n %}
|
|
<a href="{{ url }}" class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate" data-bs-parent="#sidebar">
|
|
<span class="bi bi-bootstrap"></span><span class='sidebar-item-icon fas {{ icon }}'></span><span class='sidebar-item-text' style='display: none;'>{{ text }}</span>
|
|
</a>
|