mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
10 lines
308 B
Twig
10 lines
308 B
Twig
{% if is_granted('CHILL_PERSON_CREATE') %}
|
|
<div class="grid-8 centered" style="text-align:center; margin-top: 1.5em;">
|
|
<a href="{{ path('chill_person_new') }}">
|
|
<div class="sc-button blue" style="float: inherit;">
|
|
{{ 'Add a person'|trans }}
|
|
</div>
|
|
</a>
|
|
</div>
|
|
{% endif %}
|