mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-03 06:51:41 -05:00
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
|
<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: @token) %></p>
|