diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/public_body/view_email.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/view_email.rhtml b/app/views/public_body/view_email.rhtml index 014f5a5c0..a213ff93d 100644 --- a/app/views/public_body/view_email.rhtml +++ b/app/views/public_body/view_email.rhtml @@ -25,7 +25,7 @@ <p> <% if @public_body.is_requestable? || @public_body.not_requestable_reason != 'bad_contact' %> - <%= _('If the address is wrong, or you know a better address, please <a href="%s">contact us</a>.')% [help_contact_path]%> + <%= _('If the address is wrong, or you know a better address, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe) %> <% else %> <%= _(' If you know the address to use, then please <a href="{{url}}">send it to us</a>. You may be able to find the address on their website, or by phoning them up and asking.', :url =>help_contact_path.html_safe) %> |