Unverified Commit 40961f53 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

hafas departures: show no-realtime indicator

parent 2e14c2e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@
			% if ($result->delay) {
				(<%= sprintf('%+d', $result->delay) %>)
			% }
			% elsif (not defined $result->delay and not $result->is_cancelled) {
				<i class="material-icons" aria-label="Keine Echtzeitdaten vorhanden" style="font-size: 16px;">gps_off</i>
			% }
		</td>
	</tr>
% }