summaryrefslogtreecommitdiff
path: root/templates/history_by_month.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-27 09:11:42 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-27 09:11:42 +0200
commitd6e6c9992e85151ee12b9104bca647ce0e11782b (patch)
tree4bddfc005f4694aff7724f3479cac2e0bd4f5032 /templates/history_by_month.html.ep
parent8c1888263ba1b79c86c677b8f7f665b7342b04c2 (diff)
History: Only show months and years with logged journeys
Diffstat (limited to 'templates/history_by_month.html.ep')
-rw-r--r--templates/history_by_month.html.ep4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/history_by_month.html.ep b/templates/history_by_month.html.ep
index 64d42c6..7aae59d 100644
--- a/templates/history_by_month.html.ep
+++ b/templates/history_by_month.html.ep
@@ -1,6 +1,4 @@
-% my $since = get_oldest_journey_ts();
-% my $now = DateTime->now(time_zone => 'Europe/Berlin');
-%= include '_history_months', current => "${year}/${month}", since => $since, now => $now;
+%= include '_history_months', current => "${year}/${month}";
<h1><%= stash('month_name') %> <%= stash('year') %></h1>