Skip to content

Commit

Permalink
Merge pull request #247 from BitBagCommerce/fix/op-331-fix-missing-br…
Browse files Browse the repository at this point in the history
…eadcrumbs

OP-331/Fix missing breadcrumbs on taxon page
  • Loading branch information
senghe authored Jun 25, 2024
2 parents 36fee9e + b3284f0 commit 78fbc07
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Resources/views/Shop/Product/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
{% import '@SyliusUi/Macro/pagination.html.twig' as pagination %}

{% block content %}
<h1 class="ui monster section dividing header">
{{ taxon.name }}
<div class="sub header">{{ taxon.description }}</div>
</h1>
{% include '@SyliusShop/Product/Index/_header.html.twig' %}

{{ form_start(form, {'method': 'GET', 'attr': {'class': 'ui loadable form'}}) }}
<div class="ui stackable grid">
<div class="four wide column">
Expand Down

0 comments on commit 78fbc07

Please sign in to comment.