mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Adding homepage menu
This commit is contained in:
11
Resources/views/Menu/homepage.html.twig
Normal file
11
Resources/views/Menu/homepage.html.twig
Normal 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>
|
Reference in New Issue
Block a user