mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Remove "document" from document name
This commit is contained in:
@@ -258,7 +258,7 @@
|
|||||||
{% if d is null %}
|
{% if d is null %}
|
||||||
<dd>{{ null|chill_print_or_message("Aucun document") }}</dd>
|
<dd>{{ null|chill_print_or_message("Aucun document") }}</dd>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set title = person.lastname ~ ' ' ~ person.firstname ~ ', ' ~ r[0] %}
|
{% set title = person.lastname ~ ' ' ~ person.firstname ~ ', ' ~ r[1]|replace({"Document ": ""}) %}
|
||||||
<dd>{{ d|chill_document_button_group(title, is_granted('CHILL_PERSON_UPDATE', person), {small: true}) }}</dd>
|
<dd>{{ d|chill_document_button_group(title, is_granted('CHILL_PERSON_UPDATE', person), {small: true}) }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user