mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
improve layout classes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{% if is_granted('CHILL_PERSON_CREATE') %}
|
||||
<div class="col-8 mb-5 text-center homepage_widget">
|
||||
<a href="{{ path('chill_person_new') }}">
|
||||
<div class="btn btn-lg btn-primary mt-4" style="float: inherit;">
|
||||
{{ 'Add a person'|trans }}
|
||||
</div>
|
||||
</a>
|
||||
<div class="col-8 mt-5 homepage_widget">
|
||||
<center>
|
||||
<a href="{{ path('chill_person_new') }}">
|
||||
<div class="btn btn-lg btn-primary">
|
||||
{{ 'Add a person'|trans }}
|
||||
</div>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user