mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
10 lines
384 B
Twig
10 lines
384 B
Twig
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
{% for cat in categories %}
|
|
<li class="breadcrumb-item">
|
|
<a href="{{ url_route('visiosoft.module.advs::list_cat', [cat.id]) }}" class="text-primary">{{ cat['name'] }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
<input class="hidden" id="adv-id" value="{{ adv.id }}">
|
|
</ol>
|
|
</nav> |