From ccfdd8007e136d5d98652d415dda8eb595a2ada9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2020 15:33:43 +0100 Subject: testing a more organized history navigation --- templates/history_by_year.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 c5cffa0..a112258 100644 --- a/templates/history_by_year.html.ep +++ b/templates/history_by_year.html.ep @@ -1,10 +1,10 @@ %= include '_history_years', current => $year; -

Jahresrückblick <%= $year %>

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