mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
01421999ae
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
<%= t 'devise.mailer.confirmation_instructions.title' %>
|
|
|
|
===
|
|
|
|
<%= t 'devise.mailer.confirmation_instructions.explanation', host: site_hostname %>
|
|
|
|
=> <%= confirmation_url(@resource, confirmation_token: @token) %>
|
|
|
|
<%= strip_tags(t('devise.mailer.confirmation_instructions.extra_html', terms_path: about_more_url, policy_path: terms_url)) %>
|
|
|
|
=> <%= about_more_url %>
|
|
=> <%= terms_url %>
|