mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-22 02:51:37 -04:00
6 lines
232 B
ERB
6 lines
232 B
ERB
<p>Welcome <%= @resource.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 => @resource.confirmation_token) %></p>
|