aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2015-04-21 17:41:44 +1000
committerHenare Degan <henare.degan@gmail.com>2015-04-21 17:41:44 +1000
commite42aee24a6e13044d806c35a3bbc8583c673eb54 (patch)
tree17bf4d53c7cf385008c2e4a0abc5974c06877d9b
parent5fce972f8d70ad036f35008c31511f32b10c87e1 (diff)
Send people to new change request instead of generic contact page
You get to this page by attempting to make a request and being asked to contribute an email for an authority that's missing an email so it makes sense to just send them to the change request page for this authority.
-rw-r--r--app/views/request/new_bad_contact.html.erb2
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>