Loading lib/Travelynx/Model/InTransit.pm +1 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,7 @@ sub postprocess { $ret->{route_after} = \@route_after; $ret->{extra_data} = $ret->{data}; $ret->{comment} = $ret->{user_data}{comment}; $ret->{wagongroups} = $ret->{user_data}{wagongroups}; $ret->{platform_type} = 'Gleis'; if ( $ret->{train_type} =~ m{ ast | bus | ruf }ix ) { Loading templates/_public_status_card.html.ep +5 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,11 @@ </ul> </p> % } % if ( $journey->{wagongroups} and @{$journey->{wagongroups}} and not stash('from_timeline')) { <div class="wagons"> %= include '_wagons', wagongroups => $journey->{wagongroups}; </div> % } </div> % if (not stash('from_timeline')) { <div class="card-action"> Loading Loading
lib/Travelynx/Model/InTransit.pm +1 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,7 @@ sub postprocess { $ret->{route_after} = \@route_after; $ret->{extra_data} = $ret->{data}; $ret->{comment} = $ret->{user_data}{comment}; $ret->{wagongroups} = $ret->{user_data}{wagongroups}; $ret->{platform_type} = 'Gleis'; if ( $ret->{train_type} =~ m{ ast | bus | ruf }ix ) { Loading
templates/_public_status_card.html.ep +5 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,11 @@ </ul> </p> % } % if ( $journey->{wagongroups} and @{$journey->{wagongroups}} and not stash('from_timeline')) { <div class="wagons"> %= include '_wagons', wagongroups => $journey->{wagongroups}; </div> % } </div> % if (not stash('from_timeline')) { <div class="card-action"> Loading