Debug admin menu

This commit is contained in:
Marc Ducobu
2014-11-21 17:12:30 +01:00
parent 0c4e02afac
commit 45d036933e
2 changed files with 8 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
<ul>
{% for route in routes %}
<li><a href="{{ path(route.key, args ) }}">{{ route.label|trans }}</a></li>
{% endfor %}
</ul>