diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-16 20:51:31 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-16 20:51:31 +0200 |
commit | 3668c69d1fad5855fd9bcd190855a7f6c6ec2195 (patch) | |
tree | 3524bc78ec78d14cd2a19345996257ec9a837d45 /templates/landingpage.html.ep | |
parent | b85db3a10df32cb2648607c83d37160ac3ee8691 (diff) |
correctly show departure station in cancelled view
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 725640a..7faa742 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -23,7 +23,7 @@ <span class="card-title">Zugausfall dokumentieren</span> <p>Prinzipiell wärest du nun eingecheckt in <%= $status->{train_type} %> <%= $status->{train_no} %> - ab <%= $status->{station_name} %>, doch dieser Zug fällt aus. + ab <%= $status->{dep_name} %>, doch dieser Zug fällt aus. </p> <p>Falls du den Zugausfall z.B. für ein Fahrgastrechteformular dokumentieren möchtest, wähle bitte jetzt deine geplante |