Skip to content

Commit

Permalink
Merge pull request #67 from GSadee/add-url-in-breadcrumb
Browse files Browse the repository at this point in the history
Add url to payment methods index in configuration breadcrumb
  • Loading branch information
Zales0123 authored Jun 14, 2023
2 parents c7e4efd + 8ea2da8 commit 469cdd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set breadcrumbs = [
{ label: 'sylius.ui.administration'|trans, url: path('sylius_admin_dashboard') },
{ label: 'sylius.ui.payment_methods'|trans },
{ label: 'sylius.ui.payment_methods'|trans, url: path('sylius_admin_payment_method_index') },
{ label: payment_method.id, url: path('sylius_admin_payment_method_update', {'id': payment_method.id}) },
{ label: 'commerce_weavers_saferpay.ui.configure_saferpay_payment_methods'|trans },
] %}
Expand Down

0 comments on commit 469cdd1

Please sign in to comment.