From 0f6870df13362a6af5d95a0fddd970559acb42bd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Nov 2020 19:52:13 +0100 Subject: Fix train detail view for split stations Was broken when the train's station did not match the requested one --- templates/layouts/legacy.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts/legacy.html.ep') diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index c2e206e..737f595 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -17,7 +17,7 @@ % } - % my $av = 'v37'; # asset version + % my $av = 'v38'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" -- cgit v1.2.3