Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Add trans filter to label items with KNP menu (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavasinf authored Jan 31, 2020
1 parent 1d5892e commit 3ead3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Breadcrumb/knp-breadcrumb.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% for item in items %}
{% if not loop.first %}
<li class="{{ loop.last ? 'active' : '' }}">
<a href="{{ item.uri }}">{{ item.label }}</a>
<a href="{{ item.uri }}">{{ item.label | trans }}</a>
</li>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 3ead3e9

Please sign in to comment.