journey detail: gps_off -> location_off

This commit is contained in:
Daniel Friesel 2019-04-21 17:25:22 +02:00
parent 78b2d995ef
commit 07c6e8878b

View file

@ -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) {