2018-01-20 01:32:05 +01:00
|
|
|
<%= t 'devise.mailer.confirmation_instructions.title' %>
|
|
|
|
|
|
|
|
===
|
|
|
|
|
|
|
|
<%= t 'devise.mailer.confirmation_instructions.explanation', host: site_hostname %>
|
|
|
|
|
2018-12-24 19:12:38 +01:00
|
|
|
=> <%= confirmation_url(@resource, confirmation_token: @token, redirect_to_app: @resource.created_by_application ? 'true' : nil) %>
|
2018-01-20 01:32:05 +01:00
|
|
|
|
|
|
|
<%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: terms_url)) %>
|
|
|
|
|
|
|
|
=> <%= about_more_url %>
|
|
|
|
=> <%= terms_url %>
|