]> git.openstreetmap.org Git - rails.git/commit
Add way version pages
authorAnton Khorev <tony29@yandex.ru>
Mon, 15 Jan 2024 15:20:23 +0000 (18:20 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 23 Jan 2024 19:08:39 +0000 (22:08 +0300)
commit2f222c49dd60ea505f2c1631efa02fbd9f0f5667
tree53533cdb93f581feb59e7daa3b75667303de721a
parent85c284aaa6e9ba8488de9d488f17fda4cd565d9c
Add way version pages
app/abilities/ability.rb
app/assets/javascripts/index.js
app/controllers/old_ways_controller.rb [new file with mode: 0644]
app/views/browse/_way.html.erb
app/views/old_ways/not_found.html.erb [new file with mode: 0644]
app/views/old_ways/show.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/old_ways_controller_test.rb [new file with mode: 0644]