summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-02 10:45:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-02 10:45:59 +0200
commit408d738127fda171b330519d25cc73dee65c9b28 (patch)
treed5196ddd05c4bef24bf4c632f441d9283f1e55ac /templates/layouts
parentf5cdad8481c31bd6a4879e9c6efd2c93c64ca6f3 (diff)
geotrain: show likelihood, distinguish between no track / no trains3.11.2
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/app.html.ep2
-rw-r--r--templates/layouts/legacy.html.ep2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index 75dca45..40ef134 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 = 'v48'; # asset version
+ % my $av = 'v49'; # asset version
% if (session('theme') and session('theme') eq 'dark' or param('dark')) {
%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
% }
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep
index a169e8a..10a7629 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 = 'v48'; # asset version
+ % my $av = 'v49'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"