2015-07-22 23:20:21 -07:00
|
|
|
%p{style: "margin:0px;padding:0px"}
|
2015-01-01 08:50:25 -08:00
|
|
|
Welcome to
|
|
|
|
= succeed ',' do
|
|
|
|
= APP_CONFIG['site_name']
|
|
|
|
= succeed '!' do
|
|
|
|
= @resource.screen_name
|
2015-07-22 23:42:36 -07:00
|
|
|
%p
|
2015-07-22 23:20:21 -07:00
|
|
|
%p{style: "margin:0px;padding:0px"} You can confirm your account email through the link below:
|
|
|
|
%p{style: "margin:0px;padding:0px"}= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http))
|