Files
wedding/app/views/guests/new_exists.html.erb
John Lees-Miller 6e82ba528b Make open source
2018-10-27 16:46:26 +01:00

12 lines
503 B
Plaintext

<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<%= render partial: 'leader' %>
<h2>Welcome Back</h2>
<p>It looks like you've already registered your RSVP, so we've sent you an email with a link that you can use to update it.</p>
<p>Please check your <tt><%= @guest.email %></tt> email including spam folders!</p>
<p>If you don't receive the email, please <%= mail_to ENV['CONTACT_EMAIL'], 'contact us' %>.</p>
</div>
</div>
</div>