]> cat aescling's git repositories - mastodon.git/commit
i18n for devise mailer too
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 16 Nov 2016 17:25:21 +0000 (18:25 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 16 Nov 2016 17:25:21 +0000 (18:25 +0100)
commit116ab27e081253a572b1ce7a5188b472092bbec4
tree649bda20e251b2fe7c466946b84d65344ea7a0d5
parent2c766bd4b4c6dcf8e7c9a6dd9421edca0de57aba
i18n for devise mailer too
app/mailers/application_mailer.rb
app/mailers/user_mailer.rb [new file with mode: 0644]
app/views/user_mailer/confirmation_instructions.en.html.erb [moved from app/views/auth/mailer/confirmation_instructions.en.html.erb with 100% similarity]
app/views/user_mailer/confirmation_instructions.en.text.erb [moved from app/views/auth/mailer/confirmation_instructions.en.text.erb with 100% similarity]
app/views/user_mailer/password_change.en.html.erb [moved from app/views/auth/mailer/password_change.en.html.erb with 100% similarity]
app/views/user_mailer/password_change.en.text.erb [moved from app/views/auth/mailer/password_change.en.text.erb with 100% similarity]
app/views/user_mailer/reset_password_instructions.en.html.erb [moved from app/views/auth/mailer/reset_password_instructions.en.html.erb with 100% similarity]
app/views/user_mailer/reset_password_instructions.en.text.erb [moved from app/views/auth/mailer/reset_password_instructions.en.text.erb with 100% similarity]
config/initializers/devise.rb