1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-06 22:15:20 +02:00
Maybe/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

7 lines
175 B
Text

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