From bcc98eadb71a542dd94fd322992c9fcca172af48 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Feb 2024 14:27:05 +0000 Subject: [PATCH] Allow incorporating links/styling into --- app/views/notifications/_notification_banner.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_notification_banner.html.erb b/app/views/notifications/_notification_banner.html.erb index 230fe458a..cd7dfffac 100644 --- a/app/views/notifications/_notification_banner.html.erb +++ b/app/views/notifications/_notification_banner.html.erb @@ -6,7 +6,7 @@ <% if notification_count > 1 && current_user.present? %>

Notification 1 of <%= notification_count %>

<% end %> -

<%= notification.title %>

+

<%= notification.title.html_safe %>

<% if notification.page_content.present? %>
<%= govuk_link_to notification.link_text, notifications_path, class: "govuk-link--inverse govuk-!-font-weight-bold" %>