@ -2,11 +2,11 @@
|
||||
<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>
|
||||
<h2>Danke!</h2>
|
||||
<p>Wir haben eine Bestätigungs‑E‑Mail an <tt><%= @guest.email %></tt> gesendet.</p>
|
||||
<p>Falls du die E‑Mail innerhalb weniger Minuten nicht erhältst, prüfe bitte deinen Spam‑Ordner. Und wenn sie dort auch nicht auftaucht, <%= mail_to ENV['CONTACT_EMAIL'], 'kontaktiere uns' %>.</p>
|
||||
<p>In der Mail befindet sich ein Link, den du später benutzen kannst, um deine RSVP zu ändern.</p>
|
||||
<p><%= link_to 'Zurück zur Startseite', root_path %></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user