Sha256: ded3554dd9891f69d324d79682dd1783457c1bf242ff136dcec0165260c54840

Contents?: true

Size: 662 Bytes

Versions: 12

Compression:

Stored size: 662 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  </head>
  <body>
    <p>Dear <%= "#{@response.name}" %>,</p>

    <%= simple_format(@form.thank_you_email) %>

<p>Regards<br />
<%= Noodall::UI.app_name %>
</p>


<p>
<strong>Original message</strong><br />
To: <%= @form.email %><br />
From: <%= @response.email %><br />
Subject: <%= "#{Noodall::UI.app_name}: Response to the #{@form.title} form." %><br />
</p>

    <table>
      <thead>
        <th>Field</th>
        <th></th>
      </thead>
      <tbody>
<%= render 'form_mailer/form_response_fields' %>
      </tbody>
    </table>
  </body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
noodall-form-builder-0.2.5 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.4 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.3 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.2 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.1 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.0 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.1.3 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.1.2 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.1.1 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.1.0 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.0.13 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.0.11 app/views/form_mailer/form_response_thankyou.html.erb