mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
We use the new widget api to add a widget "add a person" on homepage. The homepage menu is deprecated.
9 lines
273 B
Twig
9 lines
273 B
Twig
<div class="grid-8 centered" style="text-align:center; margin-top: 1.5em;">
|
|
<a href="{{ path('chill_person_new') }}">
|
|
<div class="grid-3 sc-button blue" style="float: inherit;">
|
|
{{ 'Add a person'|trans }}
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|