summaryrefslogtreecommitdiff
path: root/templates/_departures_iris.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_departures_iris.html.ep')
-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) {