improve cancellation mark in connections overview
This commit is contained in:
parent
0e2e8cd78e
commit
424897fcc3
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,6 @@
|
||||||
<td>
|
<td>
|
||||||
% if ($train->departure_is_cancelled) {
|
% if ($train->departure_is_cancelled) {
|
||||||
%= $train->sched_departure->strftime('%H:%M')
|
%= $train->sched_departure->strftime('%H:%M')
|
||||||
(fällt aus)
|
|
||||||
% }
|
% }
|
||||||
% else {
|
% else {
|
||||||
%= $train->departure->strftime('%H:%M')
|
%= $train->departure->strftime('%H:%M')
|
||||||
|
@ -81,6 +80,9 @@
|
||||||
% if (not $train->departure_is_cancelled) {
|
% if (not $train->departure_is_cancelled) {
|
||||||
Gleis <%= $train->platform || '?' %>
|
Gleis <%= $train->platform || '?' %>
|
||||||
% }
|
% }
|
||||||
|
% else {
|
||||||
|
fällt aus
|
||||||
|
% }
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
% }
|
% }
|
||||||
|
|
Loading…
Reference in a new issue