Loading templates/commute.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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' % } Loading
templates/commute.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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' % }