Commit 34ba3967 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix cancelled departures being displayed as "terminates here"

parent e270cbc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
%     }
      </div>
%   }
%   if (@{$departure->{route_post} // [] }) {
%   if ($departure->{sched_departure}) {
      <span class="dest <%= $extraclasses %>" aria-label="nach <%= $departure->{destination} %>">
%=      $departure->{destination}
      </span>