mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
move toggle
This commit is contained in:
parent
45181904af
commit
12afb19dfa
@ -14,6 +14,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<a 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 %}
|
||||
|
@ -114,7 +114,6 @@
|
||||
<div class='container-fluid navigation'>
|
||||
<nav aria-label='breadcrumb'>
|
||||
<ol class='breadcrumb'>
|
||||
<a id='sidetree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a>
|
||||
{% block breadcrumbs %}
|
||||
{% endblock %}
|
||||
</ol>
|
||||
|
Loading…
Reference in New Issue
Block a user