diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 10:30:47 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 10:30:47 +0200 |
commit | b0bb69d87ed0d807946474ec66f4f07935a2b147 (patch) | |
tree | fe0e24f971637fab380116d53f3841cfa92fd610 /templates/_departures_iris.html.ep | |
parent | 40bec7774b53b1f127a5a5d47ff3fafc9650205f (diff) |
show followee checkins in departure board
Diffstat (limited to 'templates/_departures_iris.html.ep')
-rw-r--r-- | templates/_departures_iris.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <a> <%= $result->destination %> </a> + % for my $checkin (@{$checkin_by_train->{$result->train_id} // []}) { + <br/>(<%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %>) + % } </td> <td class="<%= $td_class %>"> % if ($result->departure_hidden) { |