]> git.openstreetmap.org Git - rails.git/commit
Write browse element icons as <img>
authorAnton Khorev <tony29@yandex.ru>
Mon, 25 Nov 2024 03:33:37 +0000 (06:33 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 9 Dec 2024 10:22:34 +0000 (13:22 +0300)
commitf051a7c1f5d1999558caa9d3cbe8c36f8ac39c9b
treed9c48b1ce039bb2b22924382e3f46ab1698c460f
parent7b05c1c060f3f85f47413ec7db984180514d3ba6
Write browse element icons as <img>
12 files changed:
app/assets/stylesheets/browse.scss [deleted file]
app/assets/stylesheets/common.scss
app/helpers/browse_helper.rb
app/views/browse/_containing_relation.html.erb
app/views/browse/_node.html.erb
app/views/browse/_relation.html.erb
app/views/browse/_relation_member.html.erb
app/views/browse/_way.html.erb
app/views/changesets/_elements.html.erb
config/browse_icons.yml [new file with mode: 0644]
config/initializers/browse_icons.rb [new file with mode: 0644]
test/helpers/browse_helper_test.rb