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

format_train: fix another earlier fnord

Don't code 8 hours after the latest meal and after a 15km walk, kids
parent 2ccf1120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
% if ($journey->{extra_data}{wagonorder_pride}) {
	🏳️‍🌈
% }
<span class="dep-line <%= trip_type_css_selector(($journey->{type} // q{}) =~ tr{a-zA-Z_-}{}cdr, ($journey->{line} // q{}) =~ s{ ^ \D+ \K \d .* $ }{}rx) %>">
<span class="dep-line <%= trip_type_css_selector(($journey->{train_type} // q{}) =~ tr{a-zA-Z_-}{}cdr, ($journey->{train_line} // q{}) =~ s{ ^ \D+ \K \d .* $ }{}rx) %>">
	% if (not $journey->{is_motis}) {
		<%= $journey->{train_type} %>
	% }