Loading lib/Travelynx/Helper/IRIS.pm +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading templates/_connections_iris.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
lib/Travelynx/Helper/IRIS.pm +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
templates/_connections_iris.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading