Loading lib/DBInfoscreen/Controller/Stationboard.pm +2 −3 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,6 @@ sub stations_by_coordinates { my $lon = $self->param('lon'); my $lat = $self->param('lat'); my $hafas = $self->param('hafas'); if ( not $lon or not $lat ) { $self->render( json => { error => 'Invalid lon/lat received' } ); Loading templates/layouts/app.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ Bitte eine Station aus der Liste auswählen</div> </div> % if (stash('input')) { <div class="geolink"> <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a> <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a> </div> % } <div class="break"></div> Loading Loading
lib/DBInfoscreen/Controller/Stationboard.pm +2 −3 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,6 @@ sub stations_by_coordinates { my $lon = $self->param('lon'); my $lat = $self->param('lat'); my $hafas = $self->param('hafas'); if ( not $lon or not $lat ) { $self->render( json => { error => 'Invalid lon/lat received' } ); Loading
templates/layouts/app.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ Bitte eine Station aus der Liste auswählen</div> </div> % if (stash('input')) { <div class="geolink"> <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a> <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a> </div> % } <div class="break"></div> Loading