Files
sure/app/views/invitation_mailer/invite_email.html.erb
sentry[bot] d09765a14c Add mailer subject tests and refine i18n keys (#910)
* Add mailer subject tests and refine i18n keys

* Linter

* Fix test

* More fixes

* More fixes

---------

Co-authored-by: sentry[bot] <39604003+sentry[bot]@users.noreply.github.com>
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
2026-02-05 19:47:01 +01:00

15 lines
348 B
Plaintext

<h1><%= t(".greeting", product_name: product_name) %></h1>
<p>
<%= t(
".body",
inviter: @invitation.inviter.display_name,
family: @invitation.family.name,
product_name: product_name
).html_safe %>
</p>
<%= link_to t(".accept_button"), @accept_url, class: "button" %>
<p class="footer"><%= t(".expiry_notice", days: 3) %></p>