Update _point.html.erb

Patched `_point.html.erb` to use `point_speed(point.velocity)` for consistent and accurate speed display with units.
This commit is contained in:
Victor Goncharov 2025-06-04 00:14:29 +02:00 committed by GitHub
parent 69b628a487
commit f837986b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
}
%>
</td>
<td class='<%= speed_text_color(point.velocity) %>'><%= point.velocity %></td>
<td class='<%= speed_text_color(point.velocity) %>'><%= point_speed(point.velocity) %></td>
<td><%= human_datetime_with_seconds(point.recorded_at) %></td>
<td><%= point.lat %>, <%= point.lon %></td>
<td></td>