summaryrefslogtreecommitdiff
path: root/templates/layouts/app.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-25 17:27:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-25 17:27:57 +0100
commit0f9dde3810a3b86e0769e6013a19ccf0faeba0a3 (patch)
treecd2c4a5f2b9914f1e6d335f00038c12ebe66d209 /templates/layouts/app.html.ep
parent7d29c0f25f4d7e4e47ea726bcdac1985da866126 (diff)
add wagon images for IC and ICE 1/2/4
IC2, ICE 3 and ICE T will follow soon.
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r--templates/layouts/app.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index e45a4dd..b776d21 100644
--- a/templates/layouts/app.html.ep
+++ b/templates/layouts/app.html.ep
@@ -18,7 +18,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v42'; # asset version
+ % my $av = 'v43'; # asset version
% if (session('theme') and session('theme') eq 'dark' or param('dark')) {
%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
% }