aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/outgoing_mailer/initial_request.text.erb
blob: f7878ac557b3f176ac469d1567f3a1da9699d1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= raw @outgoing_message.body.strip %>

-------------------------------------------------------------------

<%= _('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_human(:full), :public_body_name => @info_request.public_body.name)%>
<%= new_change_request_url(:body => @info_request.public_body.url_name) %>

<%= render :partial => 'followup_footer' %>

-------------------------------------------------------------------