Files
sure/app/views/email_confirmation_mailer/confirmation_email.html.erb
Zach Gollwitzer 53f4b32c33 Fix EU plaid flow (#1761)
* Fix EU plaid flow

* Fix failing tests
2025-01-31 17:04:26 -05:00

8 lines
175 B
Plaintext

<h1><%= t(".greeting") %></h1>
<p><%= t(".body") %></p>
<%= link_to @cta, @confirmation_url, class: "button" %>
<p class="footer"><%= t(".expiry_notice", hours: 24) %></p>