diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-27 09:11:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-27 09:11:42 +0200 |
commit | d6e6c9992e85151ee12b9104bca647ce0e11782b (patch) | |
tree | 4bddfc005f4694aff7724f3479cac2e0bd4f5032 /templates/history_by_year.html.ep | |
parent | 8c1888263ba1b79c86c677b8f7f665b7342b04c2 (diff) |
History: Only show months and years with logged journeys
Diffstat (limited to 'templates/history_by_year.html.ep')
-rw-r--r-- | templates/history_by_year.html.ep | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/history_by_year.html.ep b/templates/history_by_year.html.ep index f73d7ec..c5cffa0 100644 --- a/templates/history_by_year.html.ep +++ b/templates/history_by_year.html.ep @@ -1,6 +1,4 @@ -% my $since = get_oldest_journey_ts(); -% my $now = DateTime->now(time_zone => 'Europe/Berlin'); -%= include '_history_years', current => $year, since => $since, now => $now; +%= include '_history_years', current => $year; <h1>Jahresrückblick <%= $year %></h1> |