]> git.openstreetmap.org Git - rails.git/commit
Move heatmap to Turbo frame
authorAnton Khorev <tony29@yandex.ru>
Fri, 23 May 2025 15:19:41 +0000 (18:19 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 23 May 2025 15:31:55 +0000 (18:31 +0300)
commitd36b3d7eb76a706a01fe0612f4d361b7daf8223d
treecd4de4917c0dc37d0b6653dd70ee65f76d6e931a
parent2e8a64eedd0cc9b102d9f38a02e163bdecc6b54a
Move heatmap to Turbo frame
app/assets/javascripts/heatmap.js
app/controllers/users/heatmaps_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/views/users/_heatmap.html.erb [deleted file]
app/views/users/heatmaps/show.html.erb [new file with mode: 0644]
app/views/users/show.html.erb
config/routes.rb
test/controllers/users/heatmaps_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb