summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-08-06 17:44:29 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-08-06 17:44:29 +0200
commitb5152175832fdce4370772ffbe6e1f61468b758f (patch)
tree4ebe49bcee086fb92e073a4bd3ca5ba4458aeb1d /templates
parentf2bc9e024adc9b46013043e5b380790e3df80dac (diff)
release assets4.16.8
Diffstat (limited to 'templates')
-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 db6dd39..cbe2236 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 = 'v81'; # asset version
+ % my $av = 'v82'; # 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 3eb8d05..9c30aab 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 = 'v81'; # asset version
+ % my $av = 'v82'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"