mirror of
https://github.com/we-promise/sure.git
synced 2026-04-12 16:47:22 +00:00
* 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>
15 lines
348 B
Plaintext
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>
|