connections: link for departure time
This commit is contained in:
parent
e54130ad6e
commit
4a96cf1f47
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue