diff options
-rw-r--r-- | templates/_departures_dbris.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_departures_dbris.html.ep b/templates/_departures_dbris.html.ep index 06f2ee9..dbd1a70 100644 --- a/templates/_departures_dbris.html.ep +++ b/templates/_departures_dbris.html.ep @@ -38,10 +38,10 @@ </span> <span class="dep-dest"> % if ($result->is_cancelled) { - Fahrt nach <%= $result->destination %> entfällt + Fahrt nach <%= $result->destination // $result->via_last %> entfällt % } % else { - %= $result->destination + %= $result->destination // $result->via_last % for my $checkin (@{$checkin_by_train->{$result->id} // []}) { <span class="followee-checkin"> <i class="material-icons tiny" aria-label="Eine Person, der du folgst, ist hier eingecheckt">people</i> |