diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-23 16:57:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-23 16:57:25 +0100 |
commit | b070290bfd7999b43a094fcaaf9feb32a0d870cd (patch) | |
tree | 0864525e2c20ad60380df378251afc2e53690480 /templates/layouts/legacy.html.ep | |
parent | f6a19ee49e34987a90aa704c43ef16f44b0d744f (diff) |
wagon order: distinguish between requested train and wings, show dest sections
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 e74d2e5..f071ae6 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 = 'v21'; # asset version + % my $av = 'v22'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |