]> git.openstreetmap.org Git - rails.git/commit
Use the mail_to method to construct a mailto link for browse tag values
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 17 Nov 2022 12:51:55 +0000 (12:51 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 17 Nov 2022 12:53:33 +0000 (12:53 +0000)
commit97b7bac95669e838b2a507e21cb7d05416e52c0a
tree5aa84456eb2dafe0314ae19481877fcf4851838f
parentccc898b8a04f14537c17c924deb477d156967089
Use the mail_to method to construct a mailto link for browse tag values

This is easier than building a mailto link ourselves. Also implement
the missing title tag and write a test for it.
app/helpers/browse_tags_helper.rb
config/locales/en.yml
test/helpers/browse_tags_helper_test.rb