From ae2114fb234cb4c9787d292a0523bbf09df6e906 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Thu, 30 Apr 2026 17:48:47 +0100 Subject: [PATCH] fixup! CLDC-4365: Fix notification banner call --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d379ef847..b0fe65593 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -38,7 +38,7 @@ module ApplicationHelper success: true, title_heading_level: 3, title_id: "flash-notice", - role: "alert" + role: "alert", ) do |notification_banner| notification_banner.with_heading(text: flash.notice.html_safe) if flash[:notification_banner_body]