From ccc93413a28d03fd3d2ccf2d86831ad00c77cfe2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 Dec 2022 14:14:12 +0100 Subject: review: link to list of all single-trip checkins --- templates/history_by_year.html.ep | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/history_by_year.html.ep') diff --git a/templates/history_by_year.html.ep b/templates/history_by_year.html.ep index 9f9b022..adc4840 100644 --- a/templates/history_by_year.html.ep +++ b/templates/history_by_year.html.ep @@ -23,6 +23,14 @@ %= include '_history_months_for_year'; +% if (param('filter') and param('filter') eq 'single') { +
+
+

Die folgende Auflistung enthält nur Fahrten, deren Kombination aus Start und Ziel im aktuellen Jahr einmalig ist.

+
+
+% } + % if (stash('journeys')) { %= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys'); % } -- cgit v1.2.3