openstreetmap-website/app/helpers
Andy Allan 2559226be3 Avoid various uses of html_safe
We can avoid using `html_safe` in various circumstances, through alternative approaches like i18n keys ending in `_html` or using `safe_join` to avoid converting via unsafe string types.

The `_html` keys approach only work for ActionView helper version of `t`, not the base `I18n.t` method.
2020-10-21 15:43:14 +02:00
..
application_helper.rb Fix some rubocop todos 2020-08-02 19:38:58 +01:00
asset_helper.rb Avoid using Rails.application.assets as it no longer set in production 2016-02-11 10:15:19 +00:00
banner_helper.rb Fix Style/NumericPredicate rubocop warnings 2018-09-22 17:34:58 +01:00
browse_helper.rb Fix some Style/StringConcatenation warnings 2020-08-09 19:48:16 +01:00
browse_tags_helper.rb Fix new rubocop warnings 2020-08-06 18:42:16 +01:00
changesets_helper.rb Use scope for common details and changeset display in browse pages 2019-06-19 18:04:08 +02:00
geocoder_helper.rb Fix rubocop warnings 2016-01-19 09:51:24 +00:00
issues_helper.rb Fix new rubocop warnings 2020-06-11 19:21:41 +01:00
note_helper.rb Avoid various uses of html_safe 2020-10-21 15:43:14 +02:00
open_graph_helper.rb Avoid various uses of html_safe 2020-10-21 15:43:14 +02:00
reports_helper.rb Refactor reports form to use bootstrap 2020-08-19 16:58:43 +02:00
title_helper.rb Remove unnecessary requires from helpers 2019-02-06 12:17:54 +01:00
trace_helper.rb Fix some rubocop todos 2020-08-02 19:38:58 +01:00
user_blocks_helper.rb Use friendly_date_ago helper for user_blocks 2019-06-19 18:04:08 +02:00
user_helper.rb Avoid trying to resize non-resizable images 2019-07-31 11:42:09 +01:00
user_mailer_helper.rb Rename Notifier to UserMailer 2020-10-14 15:04:58 +02:00
user_roles_helper.rb Fix new rubocop warnings 2020-06-11 19:21:41 +01:00