mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
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:
parent
69b628a487
commit
f837986b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
</td>
|
</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><%= human_datetime_with_seconds(point.recorded_at) %></td>
|
||||||
<td><%= point.lat %>, <%= point.lon %></td>
|
<td><%= point.lat %>, <%= point.lon %></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue