summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-09-12 10:07:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-09-12 10:07:57 +0200
commit3be92253801d64954791c365628b0c459523c99e (patch)
tree989c80e2e1861a50cea65e2836403a5ab96a4733 /templates/layouts
parent27a1eda663b7848ec35a8e74d023bf78e4aa7ebd (diff)
Update station autocomplete list for T-S-DE-IRIS 1.60
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 fa13f75..a1e82a2 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 = 'v57'; # asset version
+ % my $av = 'v58'; # 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 6088009..0f9676c 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 = 'v57'; # asset version
+ % my $av = 'v58'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"