mirror of
https://github.com/derf/travelynx
synced 2024-11-14 00:37:16 +00:00
15 lines
559 B
Text
15 lines
559 B
Text
%= include '_history_months';
|
|
|
|
% if (stash('statistics')) {
|
|
%= include '_history_stats', stats => stash('statistics');
|
|
% }
|
|
|
|
<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>
|
|
|
|
% if (stash('journeys')) {
|
|
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
|
|
% }
|