1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 23:08:25 +09:00
mastodon/app/views/user_mailer/confirmation_instructions.en.html.erb
2016-11-16 18:25:21 +01:00

6 lines
216 B
Plaintext

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