Files
fizzy/app/views/mailers/identity_mailer/email_change_confirmation.html.erb
T
2025-11-17 09:12:39 -05:00

9 lines
462 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<p class="subtitle">Confirm your email address change</p>
<%= link_to "Yes use use this email address", email_address_confirmation_url(user_id: @user.id, email_address_token: @token), class: "btn" %>
<p class="margin-block-start-double">If you didnt request this change, you can ignore this email. Your email address WILL NOT be changed unless you hit the button.</p>
<p class="footer">Need help? <%= mail_to "support@fizzy.do", "Send us an email"%>.
</p>