summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-21 17:25:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-21 17:25:22 +0200
commit07c6e8878ba6130882633b7ddb408eae9a0179f2 (patch)
tree37448da7ab6096dac308f1f5993a68a18966ebbf
parent78b2d995ef32b60cfbde086953c5069e327e08a5 (diff)
journey detail: gps_off -> location_off0.14
-rw-r--r--templates/journey.html.ep4
1 files changed, 2 insertions, 2 deletions
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 @@
<th scope="row">Entfernung</th>
<td>
% if ($journey->{skip_route}) {
- <i class="material-icons right">gps_off</i>
+ <i class="material-icons right">location_off</i>
<%= numify_skipped_stations($journey->{skip_route}) %><br/>
% }
% if ($journey->{km_route} > 0.1) {
@@ -106,7 +106,7 @@
<th scope="row">Geschwindigkeit</th>
<td>
% if ($journey->{skip_route}) {
- <i class="material-icons right">gps_off</i>
+ <i class="material-icons right">location_off</i>
<%= numify_skipped_stations($journey->{skip_route}) %><br/>
% }
% if ($journey->{km_route} > 0.1 and $journey->{kmh_route} > 0.01) {