Browse Source

CLDC-4041: Apply html_safe to managing agent contact link

else it won't be shown as a link on the page
pull/3121/head
Samuel Young 2 weeks ago
parent
commit
1c322959a1
  1. 2
      app/views/organisation_relationships/add_managing_agent.html.erb

2
app/views/organisation_relationships/add_managing_agent.html.erb

@ -31,7 +31,7 @@
<%= govuk_list [ <%= govuk_list [
"Double check the spelling and try again", "Double check the spelling and try again",
"Type the first few letters to see the suggestions", "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 %> ], type: :bullet %>
<% end %> <% end %>
<% end %> <% end %>

Loading…
Cancel
Save