mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add href to nav toggle (so mouse cursor changes)
This commit is contained in:
parent
ffe970d139
commit
8c018cf987
@ -14,7 +14,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<a id='sidetree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a>
|
||||
<a href='#' id='sidetree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a>
|
||||
{% if part %}
|
||||
{% include "part/cat_link.html" with category=part.category part=part %}
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user