Add sticky buttons for create

This commit is contained in:
2022-02-11 11:25:27 +01:00
committed by Julien Fastré
parent 89383a5ec4
commit ac33c6aad8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
{{ chill_pagination(pagination) }}
{% if is_granted('CHILL_PERSON_DOCUMENT_CREATE', person) %}
<ul class="record_actions">
<ul class="record_actions sticky-form-buttons">
<li class="create">
<a href="{{ path('person_document_new', {'person': person.id}) }}" class="btn btn-create">
{{ 'Create new document' | trans }}