mastodon/app/views/user_mailer
ThibG 357f9298bd Fix e-mail changed notification (fixes ) ()
In Devise::Mailer#email_changed, the new email might be in the email attr.
See: https://github.com/plataformatec/devise/blob/master/app/views/devise/mailer/email_changed.html.erb
..
backup_ready.html.haml Account archive download ()
backup_ready.text.erb Account archive download ()
confirmation_instructions.html.haml Improve HTML e-mails based on Litmus tests ()
confirmation_instructions.text.erb Make text e-mails consistent with HTML ones in UserMailer ()
email_changed.html.haml Fix e-mail changed notification (fixes ) ()
email_changed.text.erb Fix e-mail changed notification (fixes ) ()
password_change.html.haml Improve HTML e-mails based on Litmus tests ()
password_change.text.erb Make text e-mails consistent with HTML ones in UserMailer ()
reconfirmation_instructions.html.haml Improve HTML e-mails based on Litmus tests ()
reconfirmation_instructions.text.erb Make text e-mails consistent with HTML ones in UserMailer ()
reset_password_instructions.html.haml Improve HTML e-mails based on Litmus tests ()
reset_password_instructions.text.erb Make text e-mails consistent with HTML ones in UserMailer ()
welcome.html.haml Improve HTML e-mails based on Litmus tests ()
welcome.text.erb Replace tutorial modal with welcome e-mail ()