Unverified Commit 319b5b4f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

commute: specify sort order for correct trip formatting

parent d9cbb2d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,5 +87,5 @@

% for my $i (0 .. $#{$months}) {
	<h2><%= $months->[$i] %></h2>
	%= include '_history_trains', date_format => '%a %d.%m.', journeys => $journeys_by_month->{$i+1} // []
	%= include '_history_trains', date_format => '%a %d.%m.', journeys => $journeys_by_month->{$i+1} // [], order => 'asc'
% }