From 222e1fbb2b75aa3428375dc01a8e5e2df4ec259c Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Thu, 27 Jan 2022 01:13:18 +0000 Subject: [PATCH] [PLUGINS][AttachmentShowRelated] Replacing h2 with span, its supposed to be complementary content, not main --- .../attachmentShowRelated/attachmentRelatedNotes.html.twig | 4 ++-- .../attachmentShowRelated/attachmentRelatedTags.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig b/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig index 34a04c6f98..294742cec1 100644 --- a/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig +++ b/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig @@ -2,9 +2,9 @@
-

+ {{ 'Notes related' | trans }} -

+
{% for note in related_notes %} diff --git a/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig b/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig index 1a37898271..08225da3b7 100644 --- a/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig +++ b/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig @@ -1,8 +1,8 @@
-

+ {{ 'Attachment tags' | trans }} -

+
{% for tag in related_tags %}