mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
fix: typo
Signed-off-by: Jérôme Engeln <jerome.engeln@adeliom.com>
This commit is contained in:
parent
f6c4e21f76
commit
29b1a7d2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{% set resource_id = hookable_metadata.context.resource.id %}
|
||||
{% 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') }}
|
||||
{{ 'sylius.ui.show'|trans }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue