Compare commits
2 Commits
76d8b7d9cf
...
f772532309
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f772532309 | ||
|
|
17159e811f |
@@ -37,7 +37,7 @@
|
||||
<span class="badge text-bg-light">{{ product.subTitle }}</span>
|
||||
</td>
|
||||
<td class="align-middle">
|
||||
<nav aria-label="breadcrumb" style="--bs-breadcrumb-divider: '>';" >
|
||||
<nav aria-label="breadcrumb mb-0" style="--bs-breadcrumb-divider: '>';" >
|
||||
<ol class="breadcrumb">
|
||||
{% for category in product.categories %}
|
||||
<li class="breadcrumb-item" aria-current="page"><a class="breadcrumb-item text-decoration-none" href="{{ path('app_category', {'category': category}) }}">{{ category }}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user