commute: show weekday name in journey list

This commit is contained in:
Daniel Friesel 2020-04-19 17:06:42 +02:00
parent 94ea5a089f
commit ec83af2523

View file

@ -85,5 +85,5 @@
% for my $i (0 .. $#{$months}) { % for my $i (0 .. $#{$months}) {
<h2><%= $months->[$i] %></h2> <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} // []
% } % }