mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
11 lines
368 B
Twig
11 lines
368 B
Twig
<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> |