summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/_suggestions_efa.html.ep5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/_suggestions_efa.html.ep b/templates/_suggestions_efa.html.ep
index 68fb4a9..bca5d74 100644
--- a/templates/_suggestions_efa.html.ep
+++ b/templates/_suggestions_efa.html.ep
@@ -1,6 +1,6 @@
<ul class="collection departures connections">
% for my $res (@{$suggestions}) {
- % my ($dep, $dest) = @{$res};
+ % my ($dep, $dest, $via_arr) = @{$res};
% my $row_class = '';
% my $link_class = 'action-checkin';
% if ($dep->is_cancelled) {
@@ -25,6 +25,9 @@
% else {
%= $dep->datetime->strftime('%H:%M')
% }
+ % if ($via_arr) {
+ → <%= $via_arr->strftime('%H:%M') %>
+ % }
% if ($dep->delay) {
%= sprintf('(%+d)', $dep->delay)
% }