Commit 1a6c3ad4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_train_details: forward query parameters to linked departure boards

parent 5a41f843
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@
      <ul class="mroute">
%       for my $stop (@{$departure->{route_pre_diff}}) {
          <li>
          <a href="/<%= $stop->{name} %>#<%= $departure->{train_type} . $departure->{train_no} %>" class="
          <a href="<%= url_with('station', station => $stop->{name}) %>" class="
%         if ($stop->{isAdditional}) {
            additional-stop
%         }
@@ -205,7 +205,7 @@
        </li>
%       for my $stop (@{$departure->{route_post_diff}}) {
          <li>
          <a href="/<%= $stop->{name} %>#<%= $departure->{train_type} . $departure->{train_no} %>" class="
          <a href="<%= url_with('station', station => $stop->{name}) %>" class="
%         if ($stop->{isAdditional}) {
            additional-stop
%         }