diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/passengerrights.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/passengerrights.html.ep b/templates/passengerrights.html.ep index 6444de2..c906319 100644 --- a/templates/passengerrights.html.ep +++ b/templates/passengerrights.html.ep @@ -43,6 +43,12 @@ <td> % if ($journey->{cancelled}) { Ausfall + % if ($journey->{has_substitute}) { + (Ersatzverbindung) + % } + % else { + ohne Ersatzverbindung + % } % } % elsif ($journey->{connection}) { %= sprintf('%+d, ggf. Anschluss verpasst', $journey->{delay}) |