Loading lib/DBInfoscreen/Controller/Stationboard.pm +2 −2 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ sub render_train { dt_now => DateTime->now( time_zone => 'Europe/Berlin' ), station_name => $station_name, nav_link => $self->url_with( 'station', station => $station_name ), $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } )->wait; Loading Loading @@ -1237,7 +1237,7 @@ sub handle_result { or $template eq 'multi' ), force_mobile => ( $template eq 'app' ), nav_link => $self->url_with( 'station', station => $station_name ), nav_link => $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } return; Loading templates/_train_details.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ <ul class="mroute"> % for my $stop (@{$departure->{route_pre_diff}}) { <li> <a href="<%= url_with('station', station => $stop->{name}) %>" class=" <a href="<%= url_for('station', station => $stop->{name})->query({detailed => param('detailed')}) %>" class=" % if ($stop->{isAdditional}) { additional-stop % } Loading Loading @@ -205,7 +205,7 @@ </li> % for my $stop (@{$departure->{route_post_diff}}) { <li> <a href="<%= url_with('station', station => $stop->{name}) %>" class=" <a href="<%= url_for('station', station => $stop->{name})->query({detailed => param('detailed')}) %>" class=" % if ($stop->{isAdditional}) { additional-stop % } Loading Loading
lib/DBInfoscreen/Controller/Stationboard.pm +2 −2 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ sub render_train { dt_now => DateTime->now( time_zone => 'Europe/Berlin' ), station_name => $station_name, nav_link => $self->url_with( 'station', station => $station_name ), $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } )->wait; Loading Loading @@ -1237,7 +1237,7 @@ sub handle_result { or $template eq 'multi' ), force_mobile => ( $template eq 'app' ), nav_link => $self->url_with( 'station', station => $station_name ), nav_link => $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } return; Loading
templates/_train_details.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ <ul class="mroute"> % for my $stop (@{$departure->{route_pre_diff}}) { <li> <a href="<%= url_with('station', station => $stop->{name}) %>" class=" <a href="<%= url_for('station', station => $stop->{name})->query({detailed => param('detailed')}) %>" class=" % if ($stop->{isAdditional}) { additional-stop % } Loading Loading @@ -205,7 +205,7 @@ </li> % for my $stop (@{$departure->{route_post_diff}}) { <li> <a href="<%= url_with('station', station => $stop->{name}) %>" class=" <a href="<%= url_for('station', station => $stop->{name})->query({detailed => param('detailed')}) %>" class=" % if ($stop->{isAdditional}) { additional-stop % } Loading