Unverified Commit 4a96cf1f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

connections: link for departure time

parent e54130ad
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@
					%= $train->line
				% }
				<br/>
				% if ($checkin_from) {
					<a>
				% }
				% if ($train->departure_is_cancelled) {
					%= $train->sched_departure->strftime('%H:%M')

@@ -32,6 +35,9 @@
						%= sprintf('(%+d)', $train->departure_delay)
					% }
				% }
				% if ($checkin_from) {
					</a>
				% }
			</td>
			<td class="<%= $td_class %>">
				% if ($checkin_from) {