summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-12-27 22:12:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-12-27 22:12:15 +0100
commit34a19ee1bf97edcc8a58fc83bc89ed2b43717670 (patch)
tree5aa8af4fdfa75b77bf867bed34c3614355855277 /templates
parent3156d5f372707df965933b1885137857652466f5 (diff)
top trips: handle return trips
Diffstat (limited to 'templates')
-rw-r--r--templates/year_in_review.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/year_in_review.html.ep b/templates/year_in_review.html.ep
index 456fb37..aeecd76 100644
--- a/templates/year_in_review.html.ep
+++ b/templates/year_in_review.html.ep
@@ -149,7 +149,7 @@
<strong><%= $review->{top_trip_percent_h} %></strong> deiner Check-Ins konzentrierten sich auf diese Strecken:<br/>
% for my $i (0 .. $#{$review->{top_trips}}) {
% my $trip = $review->{top_trips}[$i];
- <%= $trip->[0] %> → <%= $trip->[1] %><br/>
+ <%= join(q{ }, @{$trip}) %><br/>
% }
</p>
% }