Merge pull request #291 from Retrospring/add-do-not-reply-to-email
This commit is contained in:
commit
dafeb48223
|
@ -8,3 +8,5 @@
|
|||
%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))
|
||||
%p
|
||||
%p{ style: 'margin:0px;padding:0px' } Please do not reply to this email.
|
||||
|
|
|
@ -4,3 +4,5 @@ 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.
|
||||
|
|
Loading…
Reference in New Issue