hubfeenix.fi/app/views/form_mailer/received.html.haml

23 lines
376 B
Plaintext
Raw Normal View History

2023-02-09 11:59:00 +01:00
%h1
Hello
2023-02-09 11:49:33 +01:00
= @data["name"]
%p
This is an automated message confirming that we have receievd your request
%p
Your form input is listed below. If you need to amend or correct, you may reply
to this email.
%p
You will hear from us in the next few days
%p
Your friendly Feenix Bot
%h3 Data received
- @data.each do |name , value|
%p
= "#{name}: #{value}"