openstreetmap-website/app
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
..
abilities Rename the notes#mine action to index 2020-07-08 18:43:30 +02:00
assets Update to iD v2.19.0 2020-10-27 17:46:24 -04:00
controllers Prefer keyword arguments when method has optional boolean arguments 2020-11-13 10:22:55 +00:00
helpers Fix HTML escaping issues with user role icons 2020-11-13 15:13:37 +00:00
jobs Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
mailers Rename subject translation key, for consistency 2020-11-25 18:28:35 +00:00
models Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
validators Fix new rubocop warnings 2020-11-17 08:17:34 +00:00
views Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00