diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-20 01:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 01:32:05 +0100 |
commit | 01421999aeee60c1bb24a8509a9d1b9ebe34b4d9 (patch) | |
tree | 1acca1a1a3283cd194504de37857939099e8f854 /app/views/user_mailer/reset_password_instructions.it.text.erb | |
parent | 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab (diff) |
Make text e-mails consistent with HTML ones in UserMailer (#6291)
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.it.text.erb')
-rw-r--r-- | app/views/user_mailer/reset_password_instructions.it.text.erb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.it.text.erb b/app/views/user_mailer/reset_password_instructions.it.text.erb deleted file mode 100644 index 1de485c2e..000000000 --- a/app/views/user_mailer/reset_password_instructions.it.text.erb +++ /dev/null @@ -1,8 +0,0 @@ -Ciao <%= @resource.email %>! - -Qualcuno ha richiesto un link per cambiare la tua password su Mastodon. Lo puoi fare tramite il link qui sotto. - -<%= edit_password_url(@resource, reset_password_token: @token) %> - -Se non l'hai richiesto tu, ignora questa email. -La tua password non verrà cambiata finché non accedi al link qui sopra e ne crei una nuova. |