Retrospring/app/views/devise/mailer/confirmation_instructions.t...

9 lines
317 B
Plaintext
Raw Normal View History

2015-07-21 11:13:14 -07:00
Welcome to <%= APP_CONFIG['site_name'] %>, <%= @resource.screen_name %>!
You can confirm your account email by copying link below,
and entering it into your browser.
<%= confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http)) %>
Please do not reply to this email.