]> git.openstreetmap.org Git - rails.git/commit
Add node version pages
authorAnton Khorev <tony29@yandex.ru>
Sat, 13 Jan 2024 23:05:36 +0000 (02:05 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 23 Jan 2024 19:08:39 +0000 (22:08 +0300)
commit85c284aaa6e9ba8488de9d488f17fda4cd565d9c
tree93e928bb4695986179c481f5c8a3be156fd43515
parente71355c5bbb581e1d18f9ed59861f1eaeee5955a
Add node version pages
app/abilities/ability.rb
app/assets/javascripts/index.js
app/controllers/old_nodes_controller.rb [new file with mode: 0644]
app/views/browse/_common_details.html.erb
app/views/browse/_node.html.erb
app/views/browse/_tag_details.html.erb
app/views/old_nodes/not_found.html.erb [new file with mode: 0644]
app/views/old_nodes/show.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/old_nodes_controller_test.rb [new file with mode: 0644]