diff options
Diffstat (limited to 'templates/history_by_month.html.ep')
-rw-r--r-- | templates/history_by_month.html.ep | 4 |
1 files changed, 1 insertions, 3 deletions
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}"; - -<h1><%= stash('month_name') %> <%= stash('year') %></h1> +%= include '_history_months'; % if (stash('statistics')) { %= include '_history_stats', stats => stash('statistics'); |