openstreetmap-website/app/views/user_mailer
Andy Allan 78dd142df4 Avoid using raw in html mailer views
Use the _html suffix to mark that we expect the translations to contain links.

Unfortunately, we can't use the _html keys for the plain text emails, since the input options (e.g. username, url) will be html-escaped,
before it is passed to the view. So we need to use non-html-suffix keys for the plaintext views, in most cases. Only when the translation
options (e.g. url) are guaranteed to not contain any escapable characters can the same translation key be shared.
2020-12-02 15:13:09 +00:00
..
_gpx_description.html.erb Fix trace tag interpolation, and add a test 2020-11-25 11:34:35 +00:00
_message_body.html.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
changeset_comment_notification.html.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
changeset_comment_notification.text.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
diary_comment_notification.html.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
diary_comment_notification.text.erb Avoid calling raw in plain text email templates 2020-11-25 18:28:35 +00:00
email_confirm.html.erb Remove duplicate translation strings, and use short form translation lookups 2020-11-25 18:28:35 +00:00
email_confirm.text.erb Remove duplicate translation strings, and use short form translation lookups 2020-11-25 18:28:35 +00:00
friendship_notification.html.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
friendship_notification.text.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
gpx_failure.html.erb Refactor trace notifications to reduce lego translations 2020-11-18 18:14:55 +00:00
gpx_success.html.erb Refactor trace notifications to reduce lego translations 2020-11-18 18:14:55 +00:00
lost_password.html.erb Remove duplicate translation strings, and use short form translation lookups 2020-11-25 18:28:35 +00:00
lost_password.text.erb Remove duplicate translation strings, and use short form translation lookups 2020-11-25 18:28:35 +00:00
message_notification.html.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
message_notification.text.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
note_comment_notification.html.erb Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
note_comment_notification.text.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
signup_confirm.html.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
signup_confirm.text.erb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00