Files
wedding/app/views/guest_mailer/welcome_back_email.html.erb
Rene 2de9c36040
Some checks failed
CI / build (push) Has been cancelled
translation 1
2025-09-16 19:25:44 +02:00

10 lines
451 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p><%= @guest.email_safe_salutation %></p>
<p>Du hast vor Kurzem deine EMail-Adresse bei <%= ENV['CANONICAL_HOST'] %> zur Teilnahmebestätigung eingegeben.</p>
<p>Wenn du deine RSVP einsehen oder ändern möchtest, kannst du über den folgenden Link zurückkehren:</p>
<p><%= link_to guest_url(@guest), guest_url(@guest) %></p>
<p>Falls du Fragen hast, antworte einfach auf diese EMail.</p>
<p>&nbsp;</p>
<p><%= t :wedding_couple_names %></p>