Loading templates/_connections.html.ep +3 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ <td> % if ($train->departure_is_cancelled) { %= $train->sched_departure->strftime('%H:%M') (fällt aus) % } % else { %= $train->departure->strftime('%H:%M') Loading @@ -81,6 +80,9 @@ % if (not $train->departure_is_cancelled) { Gleis <%= $train->platform || '?' %> % } % else { fällt aus % } </td> </tr> % } Loading Loading
templates/_connections.html.ep +3 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ <td> % if ($train->departure_is_cancelled) { %= $train->sched_departure->strftime('%H:%M') (fällt aus) % } % else { %= $train->departure->strftime('%H:%M') Loading @@ -81,6 +80,9 @@ % if (not $train->departure_is_cancelled) { Gleis <%= $train->platform || '?' %> % } % else { fällt aus % } </td> </tr> % } Loading