From f5d1b92ac24883a72864ea65255a14c870f63794 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 Jan 2020 18:39:57 +0100 Subject: oops --- templates/route_map.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep index e8473a5..6fc4201 100644 --- a/templates/route_map.html.ep +++ b/templates/route_map.html.ep @@ -16,7 +16,7 @@ %= sprintf('(%+d)', $next->{station}{dep_delay}) % } % } - % if ($next->{type} eq 'present' and $next->{station}{dep}) { + % elsif ($next->{type} eq 'present' and $next->{station}{dep}) { Abfahrt in <%= $next->{station}{name} %> von Gleis <%= $next->{station}{platform} %> um <%= $next->{station}{dep}->strftime('%H:%M') %> -- cgit v1.2.3