From 5248c83982a5bee2da2dae0401b4657c5cb8165b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 27 May 2020 22:06:32 +0200 Subject: [PATCH] Allow to hover over attachments pictures on Part info page. --- templates/helper.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/helper.twig b/templates/helper.twig index 5304c3ac..b411f195 100644 --- a/templates/helper.twig +++ b/templates/helper.twig @@ -13,7 +13,7 @@ {% endif %} {% if attachment.picture %} - + {% else %} {% endif %} @@ -21,7 +21,7 @@ {% endif %} {% elseif not attachment_helper.fileExisting(attachment) %} - + {% endif %} {% endmacro %}