summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index a86a7b5..0c563de 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -139,7 +139,10 @@
% }
</p>
% if (not $user_status->{checked_in} or ($can_check_out and $user_status->{arr_eva} and $user_status->{arrival_countdown} <= 0)) {
- % if ($hafas) {
+ % if ($efa) {
+ %= include '_departures_efa', results => $results, efa => $efa;
+ % }
+ % elsif ($hafas) {
%= include '_departures_hafas', results => $results, hafas => $hafas;
% }
% else {