about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.text.erb
blob: a1b2ba7d2e4e01576e91d01b2b4bf2ca465dfde8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<%= t 'devise.mailer.confirmation_instructions.title' %>

===

<%= t @resource.approved? ? 'devise.mailer.confirmation_instructions.explanation' : 'devise.mailer.confirmation_instructions.explanation_when_pending', host: site_hostname %>

=> <%= confirmation_url(@resource, confirmation_token: @token, redirect_to_app: @resource.created_by_application ? 'true' : nil) %>

<%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: privacy_policy_url)) %>

=> <%= about_more_url %>
=> <%= privacy_policy_url %>