From 07c6e8878ba6130882633b7ddb408eae9a0179f2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Apr 2019 17:25:22 +0200 Subject: journey detail: gps_off -> location_off --- templates/journey.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 47c85f0..1e0ccc7 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -90,7 +90,7 @@ Entfernung % if ($journey->{skip_route}) { - gps_off + location_off <%= numify_skipped_stations($journey->{skip_route}) %>
% } % if ($journey->{km_route} > 0.1) { @@ -106,7 +106,7 @@ Geschwindigkeit % if ($journey->{skip_route}) { - gps_off + location_off <%= numify_skipped_stations($journey->{skip_route}) %>
% } % if ($journey->{km_route} > 0.1 and $journey->{kmh_route} > 0.01) { -- cgit v1.2.3