From 1f65e4f8ae4e8e007738137646aa8f1b11a0fdb8 Mon Sep 17 00:00:00 2001 From: Sarah Mount Date: Mon, 2 Sep 2024 17:20:53 +0100 Subject: [PATCH 1/2] Do not display Panel Guidance tags on cards On archive pages the "Panel Guidance" tag should no longer appear as a banner over cards. See: https://dxw.zendesk.com/agent/tickets/20084 --- app/templates/ig_guidance/_partials/guidance.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/ig_guidance/_partials/guidance.html b/app/templates/ig_guidance/_partials/guidance.html index 8418211a..ccde2c06 100644 --- a/app/templates/ig_guidance/_partials/guidance.html +++ b/app/templates/ig_guidance/_partials/guidance.html @@ -13,7 +13,10 @@
+ + {% if guidance.guidance_type != "Panel Guidance" %} {{ guidance|guidance_type }} + {% endif %} {% if guidance.featured_image %}