From f837986b6bd11803c9e3c09d87c2853f31253d12 Mon Sep 17 00:00:00 2001 From: Victor Goncharov Date: Wed, 4 Jun 2025 00:14:29 +0200 Subject: [PATCH] Update _point.html.erb Patched `_point.html.erb` to use `point_speed(point.velocity)` for consistent and accurate speed display with units. --- app/views/points/_point.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/points/_point.html.erb b/app/views/points/_point.html.erb index 30b9a861..41ea2b67 100644 --- a/app/views/points/_point.html.erb +++ b/app/views/points/_point.html.erb @@ -13,7 +13,7 @@ } %> - <%= point.velocity %> + <%= point_speed(point.velocity) %> <%= human_datetime_with_seconds(point.recorded_at) %> <%= point.lat %>, <%= point.lon %>