fix: typo

Signed-off-by: Jérôme Engeln <jerome.engeln@adeliom.com>
This commit is contained in:
Jérôme Engeln 2024-11-25 21:11:31 +01:00
parent f6c4e21f76
commit 29b1a7d2a2

View file

@ -5,7 +5,7 @@
{% set resource_id = hookable_metadata.context.resource.id %} {% set resource_id = hookable_metadata.context.resource.id %}
{% set resource_name = hookable_metadata.context.metadata.name %} {% set resource_name = hookable_metadata.context.metadata.name %}
<a class="btn" href="{{ path(show_route_name, { id: resource_id }) }}" {{ sylius_test_html_attribute('show-' ~ resource_name) }}> <a class="btn" href="{{ path(show_route_name, {'id': resource_id}) }}" {{ sylius_test_html_attribute('show-' ~ resource_name) }}>
{{ ux_icon('tabler:eye') }} {{ ux_icon('tabler:eye') }}
{{ 'sylius.ui.show'|trans }} {{ 'sylius.ui.show'|trans }}
</a> </a>