From b0bb69d87ed0d807946474ec66f4f07935a2b147 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 16 Jul 2023 10:30:47 +0200 Subject: show followee checkins in departure board --- templates/_departures_iris.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/_departures_iris.html.ep b/templates/_departures_iris.html.ep index b24c3f1..45b4e46 100644 --- a/templates/_departures_iris.html.ep +++ b/templates/_departures_iris.html.ep @@ -31,6 +31,9 @@ <%= $result->destination %> + % for my $checkin (@{$checkin_by_train->{$result->train_id} // []}) { +
(<%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %>) + % } % if ($result->departure_hidden) { -- cgit v1.2.3