From 2613fc0e5896a03bb71f3cb8151f85b415fcab1f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 3 Dec 2020 22:15:09 +0100 Subject: use stats-enabled list view for year list as well --- templates/_history_years.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_history_years.html.ep') diff --git a/templates/_history_years.html.ep b/templates/_history_years.html.ep index 686908f..5591799 100644 --- a/templates/_history_years.html.ep +++ b/templates/_history_years.html.ep @@ -1,6 +1,6 @@
- % my @years = journeys->get_years(uid => current_user->{id}); + % my @years = journeys->get_nav_years(uid => current_user->{id}); % if (@years) {
    % for my $year (@years) { -- cgit v1.2.3