All checks were successful
Run unit tests / copyright_notice (pull_request) Successful in 1m25s
Run unit tests / rubocop (pull_request) Successful in 1m46s
Run unit tests / check-licenses (pull_request) Successful in 2m9s
Run unit tests / unit_tests (pull_request) Successful in 2m56s
Run unit tests / build-static-assets (pull_request) Successful in 18m42s
17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
|
|
|
|
<p><%= I18n.t('admin_mailer.greeting') %>,</p>
|
|
|
|
<p>
|
|
<%= I18n.t('admin_mailer.attendance_change_email.paragraph_1', name: @guest.name) %>
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<strong><%= I18n.t("active_record.attributes.guest.status") %>:</strong> <%= I18n.t("active_record.attributes.guest/status.#{@guest.status}") %>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
<%= I18n.t("admin_mailer.attendance_change_email.notify_on_updates") %>
|
|
</p> |