From 08aec6eac4adc87ec5ea60358195d784faf14e02 Mon Sep 17 00:00:00 2001 From: Adrian Lorenc <adrian.lorenc@gmail.com> Date: Fri, 28 Mar 2025 10:55:23 +0100 Subject: [PATCH] ISAICP-9575: Update iop. --- .../content/node--news--full.html.twig | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/web/themes/iop/templates/content/node--news--full.html.twig b/web/themes/iop/templates/content/node--news--full.html.twig index 93a504100b..c791a06b4f 100644 --- a/web/themes/iop/templates/content/node--news--full.html.twig +++ b/web/themes/iop/templates/content/node--news--full.html.twig @@ -71,19 +71,18 @@ */ #} <div class="clearfix"> - {{ - content|without( - 'field_attachment', - 'field_comments', - 'field_news_headline', - 'field_news_logo', - 'field_news_referenced_solution', - 'field_shared_in', - 'group_references', - 'report', - 'share_link', - ) - }} + {{ content|without( + 'field_attachment', + 'field_comments', + 'anonymous_comment_links', + 'field_news_headline', + 'field_news_logo', + 'field_news_referenced_solution', + 'field_shared_in', + 'group_references', + 'report', + 'share_link', + ) }} </div> <div class="d-flex justify-content-end my-3"> {{ content.report }} -- GitLab