summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-05-29 17:06:42 +0200
committerDerf Null <derf@finalrewind.org>2023-05-29 17:06:42 +0200
commit1f08d6533dbed1869a6884b65505f2b34318f67c (patch)
treebb8569a8cb8de8d8d0e69044e7bdec4d34b98e25 /templates
parent27c854cb632b923090409f9da55984fc888ff739 (diff)
release assets4.16.2
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 470cbdd..1564a65 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 = 'v76'; # asset version
+ % my $av = 'v77'; # 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 00183e9..9a6601f 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 = 'v76'; # asset version
+ % my $av = 'v77'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"