diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index bfc7cb152b9d719caa633324f6416a8376177b1d..df5472b430c300cae477619faefbeb73a1f210c4 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -3,6 +3,9 @@
+ % if (not $journey->{arr_name}) { + Ziel wählen + % } % if ($journey->{train_line}) { <%= $journey->{train_type} %> <%= $journey->{train_line} %> <%= $journey->{train_no} %> @@ -214,7 +217,6 @@

% } % elsif (not $journey->{arr_name}) { -

Ziel wählen:

% for my $station (@{$journey->{route_after}}) {