Skip to content

Commit

Permalink
Fix test template file (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Aug 29, 2022
1 parent 5e3d7ba commit 906a4d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{% endif %}
{% endif %}

<a class="ui labeled icon button violet" href="{{ path('webgriffe_sylius_akeneo_product_enqueue', {'productId': product.id }) }}" >
<a class="ui labeled icon button violet" href="{{ path('webgriffe_sylius_akeneo_product_import', {'productId': product.id }) }}" >
<i class="icon cloud download"></i>
{{ 'webgriffe_sylius_akeneo.ui.enqueue'|trans }}
{{ 'webgriffe_sylius_akeneo.ui.import'|trans }}
</a>

0 comments on commit 906a4d4

Please sign in to comment.