Created
January 25, 2017 19:19
-
-
Save skrosoft/be5137fdce4c5407e988a8ceab00cfb7 to your computer and use it in GitHub Desktop.
breadcrumb ezplatform backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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