diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-22 19:52:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-22 19:52:13 +0100 |
commit | 0f6870df13362a6af5d95a0fddd970559acb42bd (patch) | |
tree | a6e7136a6a4aef13aafa5f45f3126bba7b9f6095 /templates/layouts/legacy.html.ep | |
parent | f8f4b9f1be84b54bedf8cf36a1c6a4ede89b362c (diff) |
Fix train detail view for split stations3.4.9
Was broken when the train's station did not match the requested one
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % 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" |