blob: 5c418ecc71414efc9048447ceb1c294a41cbfc60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<%= raw @outgoing_message.body.strip %>
-------------------------------------------------------------------
<%= _('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)%>
<%= help_contact_url %>
<%= render :partial => 'followup_footer' %>
-------------------------------------------------------------------
|