Commit ec83af25 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

commute: show weekday name in journey list

parent 94ea5a08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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} // []
% }