From 94566a71a8f44cd27b68f769bbb8744d2e7248b8 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 4 Mar 2014 10:53:09 +0000 Subject: Update links to point to public body change request form. --- lib/views/help/requesting.html.erb | 2 +- lib/views/outgoing_mailer/initial_request.text.erb | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/views/help/requesting.html.erb b/lib/views/help/requesting.html.erb index 7787d15..28e55fd 100644 --- a/lib/views/help/requesting.html.erb +++ b/lib/views/help/requesting.html.erb @@ -31,7 +31,7 @@ wrong, they ought to advise you who to make the request to instead.
You're missing the public authority that I want to request from! #
-

Please contact us with the name of the public authority and, +

Please contact us with the name of the public authority and, if you can find it, their contact email address for Freedom of Information requests.

If you'd like to help add a whole category of public authority to the site, we'd love diff --git a/lib/views/outgoing_mailer/initial_request.text.erb b/lib/views/outgoing_mailer/initial_request.text.erb index f927ad2..f755e39 100644 --- a/lib/views/outgoing_mailer/initial_request.text.erb +++ b/lib/views/outgoing_mailer/initial_request.text.erb @@ -4,6 +4,12 @@ <%= _('This is an FOI request done via the {{site_name}} website. This footer has been overriden by the sample Alaveteli theme.', :site_name => site_name) %> +<%= _('Please use this email address for all replies to this request:')%> +<%= @info_request.incoming_email %> + +<%= _('Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:', :email_address => @info_request.public_body.request_email, :type_of_request => @info_request.law_used_full, :public_body_name => @info_request.public_body.name)%> +<%= new_change_request_url(:body => @info_request.public_body.url_name) %> + <%= render :partial => 'followup_footer' %> ------------------------------------------------------------------- -- cgit v1.2.3