wedding-planner/app/views/users/mailer/confirmation_instructions.html.erb
Manuel Bustillo 744b13ecb8
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 55s
Run unit tests / rubocop (pull_request) Successful in 1m1s
Run unit tests / copyright_notice (pull_request) Failing after 1m27s
Run unit tests / unit_tests (pull_request) Successful in 3m28s
Run unit tests / build-static-assets (pull_request) Has been skipped
Remove incorrect copyright notice
2025-01-25 10:11:03 +01:00

6 lines
234 B
Plaintext

<%<%<%<p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p>
<p><%= link_to 'Confirm my account', confirmation_url(slug: ActsAsTenant.current_tenant&.slug, confirmation_token: @token) %></p>