From dd6105e8e9d3096a7df5cb9ef031f5365792ba9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Wed, 19 Feb 2025 14:26:06 +0100 Subject: [PATCH] :sparkles: Ajout bouton copier le lien --- templates/files/index.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/files/index.html.twig b/templates/files/index.html.twig index c2bb876..d97b3e2 100755 --- a/templates/files/index.html.twig +++ b/templates/files/index.html.twig @@ -83,6 +83,7 @@ {% if file.type == 'file' %} + {% if is_granted('file_write', parentDir) %}