22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
|
%h1 Hello
|
||
|
= @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}"
|