mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 15:24:48 +00:00
8 lines
175 B
Plaintext
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>
|