translation 1
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-16 19:25:44 +02:00
parent 700c81bd38
commit 2de9c36040
16 changed files with 50 additions and 46 deletions

View File

@ -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ätigungsEMail an <tt><%= @guest.email %></tt> gesendet.</p>
<p>Falls du die EMail innerhalb weniger Minuten nicht erhältst, prüfe bitte deinen SpamOrdner. 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>