Browse Source

CLDC-4041: Apply html_safe to managing agent contact link (#3121)

else it won't be shown as a link on the page
pull/3114/merge
Samuel Young 4 days ago committed by GitHub
parent
commit
75baee7164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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 [
"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 %>

Loading…
Cancel
Save