diff --git a/templates/note/view.html.twig b/templates/note/view.html.twig index 11ce95837a..c96e0cf29e 100644 --- a/templates/note/view.html.twig +++ b/templates/note/view.html.twig @@ -10,11 +10,21 @@
{% for attachment in note.getAttachments() %} {% if attachment.mimetype starts with 'image/' %} - {{ attachment.getTitle() }} +
+ {{ attachment.getTitle() }} + {{ attachment.getTitle() }} + +
{% elseif attachment.mimetype starts with 'video/' %} -