diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-23 10:52:11 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-23 10:52:11 +0100 |
commit | d8a440f15e90d44ab94cd86d87ba65ee32edbe46 (patch) | |
tree | 3155a9fd2d748501adc9f800c35614b47ca864b2 | |
parent | c2f7fb7fba05bc315d15ed9615ea6be41a8a5477 (diff) | |
parent | e42aee24a6e13044d806c35a3bbc8583c673eb54 (diff) |
Merge remote-tracking branch 'openaustralia_github/missing-contact-suggestion' into rails-3-develop
-rw-r--r-- | app/views/request/new_bad_contact.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new_bad_contact.html.erb b/app/views/request/new_bad_contact.html.erb index 56f3f4168..f9881b62b 100644 --- a/app/views/request/new_bad_contact.html.erb +++ b/app/views/request/new_bad_contact.html.erb @@ -5,6 +5,6 @@ <p><%= _('Unfortunately, we do not have a working {{info_request_law_used_full}} address for', :info_request_law_used_full => @info_request.law_used_full) %> <%=h @info_request.public_body.name %>. <%= _('You may be able to find one on their website, or by phoning them up and asking. If you manage -to find one, then please <a href="{{help_url}}">send it to us</a>.', :help_url => help_contact_path) %> +to find one, then please <a href="{{help_url}}">send it to us</a>.', :help_url => new_change_request_path(:body => @info_request.public_body.url_name)) %> </p> |