summaryrefslogtreecommitdiff
path: root/templates/year_in_review.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-12-29 14:14:12 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-12-29 14:14:12 +0100
commitccc93413a28d03fd3d2ccf2d86831ad00c77cfe2 (patch)
treeb291c9a5034a7a09d87d97d536900f1811084d99 /templates/year_in_review.html.ep
parent09463d7d1156d7a4e17c018fbe8aac3bddc207e7 (diff)
review: link to list of all single-trip checkins1.29.1
Diffstat (limited to 'templates/year_in_review.html.ep')
-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 9a19c8f..dae45bc 100644
--- a/templates/year_in_review.html.ep
+++ b/templates/year_in_review.html.ep
@@ -155,7 +155,7 @@
% }
% if ($review->{single_trip_count}) {
<p>
- <strong><%= $review->{single_trip_percent_h} %></strong> aller Verbindungen bist du nur genau <strong>einmal</strong> gefahren. Zum Beispiel:<br/>
+ <a href="/history/<%= $year %>?filter=single"><strong><%= $review->{single_trip_percent_h} %></strong> aller Verbindungen</a> bist du nur genau <strong>einmal</strong> gefahren. Zum Beispiel:<br/>
% for my $i (0 .. $#{$review->{single_trips}}) {
% my $trip = $review->{single_trips}[$i];
<%= $trip->[0] %> → <%= $trip->[1] %><br/>