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

8 lines
313 B
Plaintext
Raw Normal View History

2015-01-01 08:50:25 -08:00
%p
Welcome to
= succeed ',' do
= APP_CONFIG['site_name']
= succeed '!' do
= @resource.screen_name
2014-08-01 08:40:48 -07:00
%p You can confirm your account email through the link below:
2015-01-01 09:55:17 -08:00
%p= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http))