commute: show weekday name in journey list
This commit is contained in:
parent
94ea5a089f
commit
ec83af2523
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@
|
|||
|
||||
% for my $i (0 .. $#{$months}) {
|
||||
<h2><%= $months->[$i] %></h2>
|
||||
%= include '_history_trains', date_format => '%d.%m.', journeys => $journeys_by_month->{$i+1} // []
|
||||
%= include '_history_trains', date_format => '%a %d.%m.', journeys => $journeys_by_month->{$i+1} // []
|
||||
% }
|
||||
|
|
Loading…
Reference in a new issue