chill-bundles/Resources/views/Widget/homepage_add_a_person.html.twig
Julien Fastré 38df9bb91d adding a widget "add a person" on homepage, replacing the homepage menu
We use the new widget api to add a widget "add a person" on homepage. The homepage menu is deprecated.
2016-09-23 12:29:46 +02:00

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>