浏览代码

Add the title back to the dasboard (breadcrumb section)

Pascal Burkhard 14 年之前
父节点
当前提交
f93114eff9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 %}