diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-27 13:54:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-27 13:54:20 +0200 |
commit | 2da48e05bef789e3d4f42588dbeb0ad4ca0a75d5 (patch) | |
tree | 18002f79c2fd4109bb3ba13cecd5c86374bfdf13 /templates/landingpage.html.ep | |
parent | 52ff7565774049c6fa8189a36e40f8e01a6b2e71 (diff) |
move get_connecting_trains call from _checkeed_in to controller
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 61d136e..3e7d761 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -13,7 +13,6 @@ % } <div class="row"> <div class="col s12 statuscol"> - % my $status = get_user_status(); % if ($status->{checked_in}) { %= include '_checked_in', journey => $status; % } |