Selaa lähdekoodia

Add the title back to the dasboard (breadcrumb section)

Pascal Burkhard 14 vuotta sitten
vanhempi
commit
f93114eff9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Resources/views/Core/dashboard.html.twig

+ 1 - 0
Resources/views/Core/dashboard.html.twig

@@ -12,6 +12,7 @@ file that was distributed with this source code.
 {% extends base_template %}
 
 {% block title %}{% trans 'title_dashboard' from 'BaseApplicationBundle' %}{% endblock%}
+{% block breadcrumb %}{% trans 'title_dashboard' from 'BaseApplicationBundle' %}{% endblock %}
 {% block content %}
 
     {% for code, group in groups %}