From 44c35c7aadb4c7992c484053a6f4ddb4368bcb2e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 30 Jul 2021 13:53:43 +0200 Subject: Allow train detail page to be opened in a new tab via middle-click The detail page is now accessible both via javascript (as before) and via an element wrapping the list entry. --- templates/app.html.ep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/app.html.ep') diff --git a/templates/app.html.ep b/templates/app.html.ep index ac6d928..07c78bf 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -49,6 +49,7 @@ % else { > % } +
% if ($departure->{train_type} and $departure->{train_no}) { @@ -155,6 +156,7 @@ %= $route_str % } + % } -- cgit v1.2.3