Skip to content

Commit

Permalink
Improve all breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Sadowska committed Aug 2, 2019
1 parent 6a8cc36 commit 013134d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set breadcrumbs = [
{ label: 'sylius.ui.administration'|trans, url: path('sylius_admin_dashboard') },
{ label: (metadata.applicationName~'.ui.'~metadata.pluralName)|trans, url: path(configuration.getRouteName('index'), configuration.vars.route.parameters|default({})) },
{ label: resource.code|default(resource.id)},
{ label: resource.name|default(resource.code|default(resource.id)) },
{ label: 'sylius.ui.edit'|trans }
]
%}
Expand Down

0 comments on commit 013134d

Please sign in to comment.