Loading lib/Travelynx/Controller/Traveling.pm +3 −3 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, connections => \@connecting_trains, with_autocomplete => 1, with_geolocation => 1 Loading @@ -243,7 +243,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); Loading @@ -257,7 +257,7 @@ sub homepage { $self->render( 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); Loading templates/landingpage.html.ep +1 −1 Original line number Diff line number Diff line % if (is_user_authenticated()) { % my $status = stash('status'); % my $status = stash('user_status'); % if (stash('error')) { <div class="row"> <div class="col s12"> Loading Loading
lib/Travelynx/Controller/Traveling.pm +3 −3 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, connections => \@connecting_trains, with_autocomplete => 1, with_geolocation => 1 Loading @@ -243,7 +243,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); Loading @@ -257,7 +257,7 @@ sub homepage { $self->render( 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', status => $status, user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); Loading
templates/landingpage.html.ep +1 −1 Original line number Diff line number Diff line % if (is_user_authenticated()) { % my $status = stash('status'); % my $status = stash('user_status'); % if (stash('error')) { <div class="row"> <div class="col s12"> Loading