From 75baee7164c9b6e26200ce61c1bd891b0e0a90fd Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Tue, 11 Nov 2025 12:23:33 +0000 Subject: [PATCH] CLDC-4041: Apply html_safe to managing agent contact link (#3121) else it won't be shown as a link on the page --- .../organisation_relationships/add_managing_agent.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisation_relationships/add_managing_agent.html.erb b/app/views/organisation_relationships/add_managing_agent.html.erb index 71e4b5abc..6fc4692de 100644 --- a/app/views/organisation_relationships/add_managing_agent.html.erb +++ b/app/views/organisation_relationships/add_managing_agent.html.erb @@ -31,7 +31,7 @@ <%= govuk_list [ "Double check the spelling and try again", "Type the first few letters to see the suggestions", - "If you still can't find it, #{govuk_link_to('contact the MHCLG service desk', GlobalConstants::HELPDESK_URL, rel: 'noreferrer noopener', target: '_blank')}", + "If you still can't find it, #{govuk_link_to('contact the MHCLG service desk', GlobalConstants::HELPDESK_URL, rel: 'noreferrer noopener', target: '_blank')}".html_safe, ], type: :bullet %> <% end %> <% end %>