diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-24 09:00:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-24 09:00:30 +0200 |
commit | b992a6dc75e92d63f4cbca758cd70d825d893c05 (patch) | |
tree | d3e87d4508120e9a373ea46c5a47b968fa2e8a00 /templates/landingpage.html.ep | |
parent | fd314e327d9926da00a433c8192d592334662ba5 (diff) |
$render(status => ...) is a special variable. derp.
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 83b8303..e694229 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -15,7 +15,7 @@ <div class="col s12 statuscol"> % my $status = get_user_status(); % if ($status->{checked_in}) { - %= include '_checked_in', status => $status; + %= include '_checked_in', journey => $status; % } % elsif ($status->{cancelled}) { <div class="card yellow lighten-4"> |