2018-01-20 00:32:05 +00:00
|
|
|
<%= t 'devise.mailer.confirmation_instructions.title' %>
|
|
|
|
|
|
|
|
===
|
|
|
|
|
2019-03-14 04:28:30 +00:00
|
|
|
<%= t @resource.approved? ? 'devise.mailer.confirmation_instructions.explanation' : 'devise.mailer.confirmation_instructions.explanation_when_pending', host: site_hostname %>
|
2018-01-20 00:32:05 +00:00
|
|
|
|
2018-12-24 18:12:38 +00:00
|
|
|
=> <%= confirmation_url(@resource, confirmation_token: @token, redirect_to_app: @resource.created_by_application ? 'true' : nil) %>
|
2018-01-20 00:32:05 +00:00
|
|
|
|
2022-09-29 04:22:12 +00:00
|
|
|
<%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: privacy_policy_url)) %>
|
2018-01-20 00:32:05 +00:00
|
|
|
|
|
|
|
=> <%= about_more_url %>
|
2022-09-29 04:22:12 +00:00
|
|
|
=> <%= privacy_policy_url %>
|