travelynx/templates/history_by_month.html.ep

10 lines
243 B
Text
Raw Normal View History

%= include '_history_months';
% if (stash('statistics')) {
%= include '_history_stats', stats => stash('statistics');
% }
% if (stash('journeys')) {
2019-04-26 17:53:01 +00:00
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
% }