Adding homepage menu

This commit is contained in:
Marc Ducobu
2014-11-12 11:07:05 +01:00
parent 43aa7a1e8d
commit cb756a29fa
2 changed files with 26 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
<div class="container">
<div class="grid-8 centered" style="text-align:center">
{% for route in routes %}
<a href="{{ path(route.key, args ) }}">
<div class="grid-3 sc-button blue" style="float: inherit;">
{{ route.label|trans }}
</div>
</a>
{% endfor %}
</div>
</div>