]> git.openstreetmap.org Git - rails.git/commit
Exclude `opening_hours` from semicolon splitting in tags helper (#6968)
authorKevin Ratzel <scuff-unclip-jam@duck.com>
Thu, 9 Apr 2026 10:43:36 +0000 (06:43 -0400)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2026 10:43:36 +0000 (12:43 +0200)
commit87642e4e38f257d7700ef3c0fb9302fe41bcbd88
tree8305824b79c73703fd76400aacd1f8f41ee35ba1
parent0ea00b3b92b5cfbb7b2019c846473f190819a410
Exclude `opening_hours` from semicolon splitting in tags helper (#6968)

* Fix tag rendering for opening hours

* Enhance browse_tags_helper_test with opening hours

Add tests for opening hours formatting in browse_tags_helper.

* Update opening hours format in test

* Update browse_tags_helper_test.rb

* Match more keys with opening hours syntax
app/helpers/browse_tags_helper.rb
test/helpers/browse_tags_helper_test.rb