]> git.openstreetmap.org Git - rails.git/commit
Make browse not found pages consistent
authorAnton Khorev <tony29@yandex.ru>
Mon, 6 Jan 2025 17:15:08 +0000 (20:15 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 6 Jan 2025 17:15:57 +0000 (20:15 +0300)
commit68e55078ecfea0424507ed96e0dac38502768612
tree59e236a2484aa7d66b91a47ccae52c3c67e84621
parent97b14ce22a0c7d17bb0b303b3795297721bc31d4
Make browse not found pages consistent
19 files changed:
app/controllers/old_nodes_controller.rb
app/controllers/old_relations_controller.rb
app/controllers/old_ways_controller.rb
app/views/browse/not_found.html.erb
app/views/changesets/_not_found_message.html.erb [new file with mode: 0644]
app/views/nodes/_not_found_message.html.erb [new file with mode: 0644]
app/views/notes/_not_found_message.html.erb [new file with mode: 0644]
app/views/old_nodes/_not_found_message.html.erb [new file with mode: 0644]
app/views/old_nodes/not_found.html.erb [deleted file]
app/views/old_relations/_not_found_message.html.erb [new file with mode: 0644]
app/views/old_relations/not_found.html.erb [deleted file]
app/views/old_ways/_not_found_message.html.erb [new file with mode: 0644]
app/views/old_ways/not_found.html.erb [deleted file]
app/views/relations/_not_found_message.html.erb [new file with mode: 0644]
app/views/ways/_not_found_message.html.erb [new file with mode: 0644]
config/locales/en.yml
test/controllers/old_nodes_controller_test.rb
test/controllers/old_relations_controller_test.rb
test/controllers/old_ways_controller_test.rb