From 467c1d1ba75c067edfbcd9d56042f21527162f5d Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 28 Nov 2022 13:48:41 +0000 Subject: [PATCH] Persist the link in the banner --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c52b587f3..16e403574 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -124,7 +124,7 @@ success: true, title_heading_level: 3, title_id: "swanky-notifications" ) do |notification_banner| - notification_banner.heading(text: flash.notice) + notification_banner.heading(text: flash.notice.html_safe) end %> <% end %> <%= content_for?(:content) ? yield(:content) : yield %>