1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-03-13 01:53:24 -04:00
bike-database/app/views/devise/mailer/confirmation_instructions.html.erb

6 lines
198 B
Plaintext
Raw Normal View History

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