This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-01-19 16:32:05 -08:00
|
|
|
<%= t 'devise.mailer.confirmation_instructions.title' %>
|
|
|
|
|
|
|
|
===
|
|
|
|
|
2019-03-13 21:28:30 -07:00
|
|
|
<%= t @resource.approved? ? 'devise.mailer.confirmation_instructions.explanation' : 'devise.mailer.confirmation_instructions.explanation_when_pending', host: site_hostname %>
|
2018-01-19 16:32:05 -08:00
|
|
|
|
2018-12-24 10:12:38 -08:00
|
|
|
=> <%= confirmation_url(@resource, confirmation_token: @token, redirect_to_app: @resource.created_by_application ? 'true' : nil) %>
|
2018-01-19 16:32:05 -08:00
|
|
|
|
|
|
|
<%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: terms_url)) %>
|
|
|
|
|
|
|
|
=> <%= about_more_url %>
|
|
|
|
=> <%= terms_url %>
|