]> git.openstreetmap.org Git - rails.git/commit
Fix browse elements timeouts
authorAnton Khorev <tony29@yandex.ru>
Thu, 4 Apr 2024 13:44:53 +0000 (16:44 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 14 Sep 2024 15:03:48 +0000 (18:03 +0300)
commited74bc036b3203bb14c3fbb986c077f2958d004d
tree6a758bfcd8cfc6cdfde10bf04dfd98895dbf00e5
parent25dbc4d43e41d30f764d1545548de3b95a307d61
Fix browse elements timeouts
13 files changed:
app/views/nodes/timeout.html.erb [new file with mode: 0644]
app/views/old_nodes/timeout.html.erb [new file with mode: 0644]
app/views/old_relations/timeout.html.erb [new file with mode: 0644]
app/views/old_ways/timeout.html.erb [new file with mode: 0644]
app/views/relations/timeout.html.erb [new file with mode: 0644]
app/views/ways/timeout.html.erb [new file with mode: 0644]
config/locales/en.yml
test/controllers/nodes_controller_test.rb
test/controllers/old_nodes_controller_test.rb
test/controllers/old_relations_controller_test.rb
test/controllers/old_ways_controller_test.rb
test/controllers/relations_controller_test.rb
test/controllers/ways_controller_test.rb