Files
hubfeenix.fi/app/views/form_mailer/received.html.haml
2023-02-09 13:32:44 +02:00

23 lines
376 B
Plaintext

%h2
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
%h4 Data received
- @data.each do |name , value|
%p
= "#{name}: #{value}"