diff options
author | Louise Crow <louise.crow@gmail.com> | 2016-04-04 14:59:27 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2016-04-06 15:42:42 +0100 |
commit | 4bd2c48f7f1f75d71b3eaed73e3893a2b42b0fee (patch) | |
tree | 88c6e500c615312a3dc2fc988d071a53064a71ec /lib/views/outgoing_mailer/initial_request.text.erb | |
parent | c596594a6907ea478a3f62a6adfa8688d60412a2 (diff) |
Make code customization commented out examples.
Rather than having them be live code.
Diffstat (limited to 'lib/views/outgoing_mailer/initial_request.text.erb')
-rw-r--r-- | lib/views/outgoing_mailer/initial_request.text.erb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/views/outgoing_mailer/initial_request.text.erb b/lib/views/outgoing_mailer/initial_request.text.erb deleted file mode 100644 index f7878ac..0000000 --- a/lib/views/outgoing_mailer/initial_request.text.erb +++ /dev/null @@ -1,15 +0,0 @@ -<%= 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' %> - -------------------------------------------------------------------- |