From: Raphaƫl Gertz Date: Thu, 14 Nov 2024 06:36:30 +0000 (+0100) Subject: Replace element path by name key X-Git-Tag: 0.0.8~8 X-Git-Url: https://git.rapsys.eu/treebundle/commitdiff_plain/bb2fb7edb4c101880e4b7f5162a87c6b501a8286?hp=d1f5c6c9ff6d8e7435f0bfba5983b327c89266d4 Replace element path by name key --- diff --git a/templates/index.html.twig b/templates/index.html.twig index 68daf1b..75da781 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -10,7 +10,7 @@ {% for id, element in album.elements %}
-

{{ element.path }}

+

{{ element.name }}

TODO: miniature if target is a file or image list when directory ?