mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 16:24:54 +02:00
Show breadcrumb with structural links to parts list.
This commit is contained in:
parent
429a4ebd17
commit
73f8ee36a5
2 changed files with 21 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
{% import "helper.twig" as helper %}
|
||||
|
||||
{{ helper.breadcrumb_entity_link(entity) }}
|
||||
|
||||
<div class="card mb-3">
|
||||
<div class="card-header">
|
||||
<a class="card-link" data-toggle="collapse" href="#entityInfo">
|
||||
{{ header_label | trans }}: <b>{{ entity.fullPath }}</b>
|
||||
{{ header_label | trans }}: <b>{{ entity.name }}</b>
|
||||
</a>
|
||||
</div>
|
||||
<div id="entityInfo" class="collapse">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue