summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-24 09:00:30 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-24 09:00:30 +0200
commitb992a6dc75e92d63f4cbca758cd70d825d893c05 (patch)
treed3e87d4508120e9a373ea46c5a47b968fa2e8a00 /templates/departures.html.ep
parentfd314e327d9926da00a433c8192d592334662ba5 (diff)
$render(status => ...) is a special variable. derp.
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 32a4336..fb917f3 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -16,7 +16,7 @@
</div>
% }
% elsif ($status->{timestamp_delta} < 180) {
- %= include '_checked_out', status => $status;
+ %= include '_checked_out', journey => $status;
% }
</div>
</div>