From 40bf12701812ea8db419d0c59a5cc1b6d7452d76 Mon Sep 17 00:00:00 2001 From: partly-igor Date: Fri, 24 May 2024 10:42:35 -0400 Subject: [PATCH] Change order of map and safety in alert details --- .../templates/block/block--weathergov-local-alerts.html.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig b/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig index a7fb6dadb..ec571015f 100644 --- a/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig +++ b/web/themes/new_weather_theme/templates/block/block--weathergov-local-alerts.html.twig @@ -62,7 +62,6 @@
  • {{ areaName }}
  • {% endfor %} - {{ drupal_block("weathergov_dynamic_safety_information", { weather_event: alert.event }) }}
    @@ -73,8 +72,10 @@
    - + {{ drupal_block("weathergov_dynamic_safety_information", { weather_event: alert.event }) }} + + {% endfor %}