Autowire database connection. #29

Merged
krzysiej merged 5 commits from feature/autowired-database into master 2026-01-04 20:31:32 +01:00
Showing only changes of commit 17159e811f - Show all commits

View File

@@ -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>