openstreetmap-website/app/views
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
..
api API User details: format tweaks 2020-09-18 21:50:38 +02:00
application Use flexbox to position the close icon on the sidebars 2020-10-21 17:11:28 +02:00
browse Fix erblint warning 2020-11-17 09:23:22 +00:00
changeset_comments Use friendly_date_ago helper for changeset comments 2019-06-19 18:04:08 +02:00
changesets Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
diary_entries Avoid lego translations for coordinates 2020-08-19 16:43:16 +02:00
directions Permalinks for directions 2014-05-14 15:52:25 -07:00
errors Whitespace fixes for errors erb files 2019-03-26 20:23:35 +00:00
export Whitespace fixes to various erb files 2019-03-26 20:23:35 +00:00
friendships Convert make/remove friend forms to use bootstrap 2020-09-03 23:49:32 +01:00
geocoder Use flexbox to position the close icon on the sidebars 2020-10-21 17:11:28 +02:00
issues Prefer string interpolation to concatenation in erb files 2020-11-11 14:44:42 +00:00
layouts Merge remote-tracking branch 'upstream/pull/2921' into master 2020-11-13 10:49:35 +00:00
messages Merge remote-tracking branch 'upstream/pull/2667' 2020-08-05 21:50:08 +01:00
notes Rename the notes#mine action to index 2020-07-08 18:43:30 +02:00
oauth Convert oauth authorization form to use bootstrap 2020-09-04 00:36:43 +01:00
oauth_clients Prefer string interpolation to concatenation in erb files 2020-11-11 14:44:42 +00:00
redactions Refactor away from global form control styling 2020-07-01 17:23:02 +02:00
reports Refactor reports form to use bootstrap 2020-08-19 16:58:43 +02:00
site Use flexbox to position the close icon on the sidebars 2020-10-21 17:11:28 +02:00
traces Prefer string interpolation to concatenation in erb files 2020-11-11 14:44:42 +00:00
user_blocks Refactor away from global form control styling 2020-07-01 17:23:02 +02:00
user_mailer Avoid using raw in html mailer views 2020-12-02 15:13:09 +00:00
users Fix HTML escaping issues with user role icons 2020-11-13 15:13:37 +00:00