diff --git a/src/bundle/Resources/translations/ibexa_dashboard.en.xliff b/src/bundle/Resources/translations/ibexa_dashboard.en.xliff index 5d167fe9ea..8f1ddd71f8 100644 --- a/src/bundle/Resources/translations/ibexa_dashboard.en.xliff +++ b/src/bundle/Resources/translations/ibexa_dashboard.en.xliff @@ -6,6 +6,11 @@ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. + + Dashboard + Dashboard + key: dashboard.breadcrumbs.dashboard + Create content Create content diff --git a/src/bundle/Resources/translations/ibexa_menu.en.xliff b/src/bundle/Resources/translations/ibexa_menu.en.xliff index 0e73d9eb2d..991d07d41c 100644 --- a/src/bundle/Resources/translations/ibexa_menu.en.xliff +++ b/src/bundle/Resources/translations/ibexa_menu.en.xliff @@ -251,6 +251,11 @@ Dashboard key: main__dashboard + + Drafts + Drafts + key: main__drafts + Trash Trash diff --git a/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig b/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig index 37f302b87d..f0b41e5d38 100644 --- a/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig @@ -4,6 +4,12 @@ {% block body_class %}ibexa-dashboard{% endblock %} +{% block breadcrumbs %} + {% include '@ibexadesign/ui/breadcrumbs.html.twig' with { items: [ + { value: 'dashboard.breadcrumbs.dashboard'|trans|desc('Dashboard') } + ]} %} +{% endblock %} + {% block context_menu %}