From dd42f3deac5a51f3825910c18868702f1ea2a3ee Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 16 Jul 2020 13:12:29 +0100 Subject: [PATCH] Fix missing edit links Add the title prefix and suffix for recommendation block titles, which fixes the missing edit links so the blocks are editable. References #146 --- .../block/block--inline-block--recommendation.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig b/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig index 1029781..1b214e7 100644 --- a/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig +++ b/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig @@ -1,5 +1,7 @@ -
+ + {{ title_prefix }}

{{ label }}

+ {{ title_suffix }}