diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-03 22:15:09 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-03 22:15:09 +0100 |
commit | 2613fc0e5896a03bb71f3cb8151f85b415fcab1f (patch) | |
tree | 8a4e3467d82251d9cd2ea99dfa4fd97e32d7b981 /templates/history.html.ep | |
parent | 025b58126fb5cac92e0506e3364f342c8a9daf40 (diff) |
use stats-enabled list view for year list as well1.18.12
Diffstat (limited to 'templates/history.html.ep')
-rw-r--r-- | templates/history.html.ep | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep index 1752000..6b8c335 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -1,6 +1,8 @@ <h2>Fahrten</h2> -%= include '_history_years', current => ''; +Für Details ein Jahr auswählen. + +%= include '_history_years_list'; <h2>Auswertungen</h2> <div class="row"> |