From 7fb44a0ad3f02064a9f774f7482108bdadd4623f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 1 Oct 2024 22:17:25 +0200 Subject: Prepare for detail view with efa backend --- templates/app.html.ep | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/app.html.ep b/templates/app.html.ep index a499dd7..2cd628f 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -30,7 +30,7 @@ % $route_str .= $stop . ($via_cur < $via_max ? ' - ' : q{}); % }
  • % } -% elsif (not param('efa')) { +% elsif (param('efa')) { + +% } +% else { % }
    -- cgit v1.2.3