]> git.openstreetmap.org Git - rails.git/commit
Extract heatmap data assembly into helper
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Fri, 16 May 2025 22:43:03 +0000 (00:43 +0200)
committerMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Sat, 17 May 2025 14:23:46 +0000 (16:23 +0200)
commit64b0e787f047d95c87b205be947122d9fe3953d0
treeccad7ad5deef63ffbe1c968730ed92e51bf7cf74
parent8c2e0968d4a5757c361f0d466099aec019d8c47a
Extract heatmap data assembly into helper
app/controllers/users_controller.rb
app/helpers/heatmap_helper.rb [new file with mode: 0644]
app/views/users/_heatmap.html.erb
app/views/users/show.html.erb
test/controllers/users_controller_test.rb