Commit 07c6e887 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

journey detail: gps_off -> location_off

parent 78b2d995
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {