]> git.openstreetmap.org Git - rails.git/commit
Remove unnecessary h() calls on model attributes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Mar 2020 13:33:30 +0000 (14:33 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Mar 2020 13:33:30 +0000 (14:33 +0100)
commitb8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad
tree20bae851672d6d83bfb876a3de818c27869a990f
parenta9c4b037a2f8300d083ae7286a8cd361e9fa7711
Remove unnecessary h() calls on model attributes

These were necessary in the rails 2.x era, but not now.
21 files changed:
app/views/browse/_common_details.html.erb
app/views/browse/_containing_relation.html.erb
app/views/browse/_relation_member.html.erb
app/views/browse/changeset.html.erb
app/views/changesets/index.atom.builder
app/views/diary_entries/_diary_comment.html.erb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/index.html.erb
app/views/messages/_message_summary.html.erb
app/views/messages/_sent_message_summary.html.erb
app/views/messages/show.html.erb
app/views/traces/_trace.html.erb
app/views/traces/edit.html.erb
app/views/traces/index.html.erb
app/views/traces/show.html.erb
app/views/user_blocks/_block.html.erb
app/views/user_blocks/blocks_on.html.erb
app/views/user_blocks/revoke.html.erb
app/views/user_blocks/show.html.erb
app/views/users/_contact.html.erb
app/views/users/_user.html.erb