summaryrefslogtreecommitdiff
path: root/templates/_cancelled.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_cancelled.html.ep')
-rw-r--r--templates/_cancelled.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_cancelled.html.ep b/templates/_cancelled.html.ep
index d35c849..feaca9a 100644
--- a/templates/_cancelled.html.ep
+++ b/templates/_cancelled.html.ep
@@ -2,8 +2,8 @@
<div class="card-content">
<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.
+ <%= $journey->{train_type} %> <%= $journey->{train_no} %>
+ ab <%= $journey->{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
@@ -13,7 +13,7 @@
<table>
<tbody>
% my $is_after = 0;
- % for my $station (@{$status->{route_after}}) {
+ % for my $station (@{$journey->{route_after}}) {
<tr><td><a class="action-cancelled-to" data-station="<%= $station %>"><%= $station %></a></td></tr>
% }
</tbody>