13 lines
581 B
Plaintext
13 lines
581 B
Plaintext
<div class="container">
|
|
<div class="row">
|
|
<div class="offset-lg-2 col-lg-8">
|
|
<%= render partial: 'leader' %>
|
|
<h2>Thanks!</h2>
|
|
<p>We've sent an email confirmation to <tt><%= @guest.email %></tt>.</p>
|
|
<p>If you don't receive the email within a few minutes, please check your spam folder, and if it's not there <%= mail_to ENV['CONTACT_EMAIL'], 'contact us' %>.</p>
|
|
<p>The email contains a link that you can use to update your RSVP later if you need to.</p>
|
|
<p><%= link_to 'Back to the Home Page', root_path %></p>
|
|
</div>
|
|
</div>
|
|
</div>
|