Sha256: b65b576b06b9cc1d917bfcaea99b16849562e1d5e7b5ca6ec21b95007638e184

Contents?: true

Size: 647 Bytes

Versions: 16

Compression:

Stored size: 647 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>
      <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

16 entries across 16 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.5.3 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.5.2 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.5.0 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.4.2 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.4.1 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.4.0 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.3.3 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.11 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.3.2 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.3.1 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.3.0 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.10 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.9 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.8 app/views/form_mailer/form_response_thankyou.html.erb
noodall-form-builder-0.2.7 app/views/form_mailer/form_response_thankyou.html.erb