Skip to content

Instantly share code, notes, and snippets.

@skrosoft
Created January 25, 2017 19:19
Show Gist options
  • Save skrosoft/596beeee73458f506833fbcb88166634 to your computer and use it in GitHub Desktop.
Save skrosoft/596beeee73458f506833fbcb88166634 to your computer and use it in GitHub Desktop.
breadcrumb ezplatform backend
{% block header_breadcrumbs %}
{% set breadcrumb_items = [
{link: path('admin_dashboard'), label: 'dashboard.title'|trans({}, 'dashboard')},
{link: path('admin_role'), label: 'role.dashboard_title'|trans},
{link: null, label: role.identifier}
] %}
{{ parent() }}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment