connections: link for departure time

This commit is contained in:
Daniel Friesel 2022-09-24 18:57:23 +02:00
parent e54130ad6e
commit 4a96cf1f47
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -22,6 +22,9 @@
%= $train->line %= $train->line
% } % }
<br/> <br/>
% if ($checkin_from) {
<a>
% }
% if ($train->departure_is_cancelled) { % if ($train->departure_is_cancelled) {
%= $train->sched_departure->strftime('%H:%M') %= $train->sched_departure->strftime('%H:%M')
@ -32,6 +35,9 @@
%= sprintf('(%+d)', $train->departure_delay) %= sprintf('(%+d)', $train->departure_delay)
% } % }
% } % }
% if ($checkin_from) {
</a>
% }
</td> </td>
<td class="<%= $td_class %>"> <td class="<%= $td_class %>">
% if ($checkin_from) { % if ($checkin_from) {