retrospring/app/views/devise/mailer/confirmation_instructions.html.haml

9 lines
314 B
Text
Raw Normal View History

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