themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Brand/Product/Index/_breadcrumb.html.twig line 1

Open in your IDE?
  1. <nav>
  2.     <ol class="breadcrumb ariane-box m-0  bg-transparent">
  3.         <li class="breadcrumb-item"><a href="{{ path('sylius_shop_homepage') }}" class="section">{{ 'sylius.ui.home'|trans }}</a></li>
  4.         <li class="breadcrumb-item"><a href="{{ path('app_shop_brand_index') }}" class="">{{ 'app.ui.brands'|trans }}</a></li>
  5.         <li class="breadcrumb-item"><strong>{{ brand.name }}</strong></li> 
  6.     </ol>
  7. </nav>