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

IRIS: same for checkin suggestions

parent 15044f67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@ sub grep_suggestions {
						platform        => $dep->platform,
						type            => $dep->type,
						line            => $dep->line,
						line_no         => $dep->{line_no},
					};
					push( @suggestions, [ $dep_json, $dest ] );
					next destination;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
				% if ($train->{platform}) {
					<span>Gleis <%= $train->{platform} %></span>
				% }
				<span class="dep-line <%= $train->{type} // q{} %>">
				<span class="dep-line <%= trip_type_css_selector(($train->{line_no} // q{}) =~ s{ ^ \D+ \K \d .* $ }{}rx, ($train->{type} // q{}) =~ tr{a-zA-Z_-}{}cdr) %>">
					%= $train->{line}
				</span>
			</span>