summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-07-16 10:30:47 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-07-16 10:30:47 +0200
commitb0bb69d87ed0d807946474ec66f4f07935a2b147 (patch)
treefe0e24f971637fab380116d53f3841cfa92fd610 /templates
parent40bec7774b53b1f127a5a5d47ff3fafc9650205f (diff)
show followee checkins in departure board
Diffstat (limited to 'templates')
-rw-r--r--templates/_departures_iris.html.ep3
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) {