diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-27 10:34:47 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-27 10:34:47 +1100 |
commit | 835b51c1de0d49e652fe9c9a60f0974275de070c (patch) | |
tree | 0d64a841f28654a66556bcc0c0bb1153bae645a2 /app/views/outgoing_mailer/initial_request.html.erb | |
parent | 77a284d6d088f7aa6d40810d46a39658fc6cf2cd (diff) |
Rename ALL THE TEMPLATES!!1!!!one!!1!!
.rhtml is deprecated in favour of .erb in Rails 3
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.html.erb')
-rw-r--r-- | app/views/outgoing_mailer/initial_request.html.erb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/outgoing_mailer/initial_request.html.erb b/app/views/outgoing_mailer/initial_request.html.erb new file mode 100644 index 000000000..d537a20bc --- /dev/null +++ b/app/views/outgoing_mailer/initial_request.html.erb @@ -0,0 +1,13 @@ +<%= @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' %> + +------------------------------------------------------------------- |