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_month.html.ep | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/history_by_month.html.ep') diff --git a/templates/history_by_month.html.ep b/templates/history_by_month.html.ep index 7aae59d..9ad7031 100644 --- a/templates/history_by_month.html.ep +++ b/templates/history_by_month.html.ep @@ -1,6 +1,4 @@ -%= include '_history_months', current => "${year}/${month}"; - -

<%= stash('month_name') %> <%= stash('year') %>

+%= include '_history_months'; % if (stash('statistics')) { %= include '_history_stats', stats => stash('statistics'); -- cgit v1.2.3