diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep
index a30e896c9b33feb7466909a40923320c95cd897d..2837e9304fbec6bd00cdcd1cc65d0f9b2701e8df 100644
--- a/templates/_connections.html.ep
+++ b/templates/_connections.html.ep
@@ -69,7 +69,6 @@
% if ($train->departure_is_cancelled) {
%= $train->sched_departure->strftime('%H:%M')
- (fällt aus)
% }
% else {
%= $train->departure->strftime('%H:%M')
@@ -81,6 +80,9 @@
% if (not $train->departure_is_cancelled) {
Gleis <%= $train->platform || '?' %>
% }
+ % else {
+ fällt aus
+ % }
|
% }