2020-11-21 14:33:43 +00:00
|
|
|
%= include '_history_months';
|
2019-04-07 16:44:33 +00:00
|
|
|
|
|
|
|
% if (stash('statistics')) {
|
|
|
|
%= include '_history_stats', stats => stash('statistics');
|
|
|
|
% }
|
|
|
|
|
2024-07-28 13:38:31 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col s12 m12 l12 center-align">
|
|
|
|
<a href="/history/map?filter_from=<%= $filter_from->strftime('%d.%m.%Y') %>&filter_to=<%= $filter_to->strftime('%d.%m.%Y') %>" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">map</i> Karte</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-04-07 16:44:33 +00:00
|
|
|
% if (stash('journeys')) {
|
2019-04-26 17:53:01 +00:00
|
|
|
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
|
2019-04-07 16:44:33 +00:00
|
|
|
% }
|