diff --git a/index.pl b/index.pl
index d0e29c6..fc629ee 100755
--- a/index.pl
+++ b/index.pl
@@ -1271,7 +1271,8 @@ get '/s/*station' => sub {
'departures',
ds100 => $status->{station_ds100},
results => \@results,
- station => $status->{station_name}
+ station => $status->{station_name},
+ title => "travelynx: $status->{station_name}",
);
}
};
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 6a6f159..272a94d 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -33,7 +33,15 @@
- Zug auswählen zum Einchecken.
+ %= $station
+ % if (@{$results}) {
+ – Zug auswählen zum Einchecken.
+ % }
+ % else {
+ – Keine Abfahrten gefunden. Ein Checkin ist frühestens 10 Minuten vor
+ und maximal 180 Minuten nach Abfahrt möglich.
+ % }
+
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index 4397a15..bf5de90 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -13,7 +13,7 @@
undo Rückgängig
% }
- Bei Ankunft am Zielbahnhof: Auswählen zum Auschecken.
+ Bei Ankunft: Station auswählen zum Auschecken.