summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-05-19 18:29:49 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-05-19 18:29:49 +0200
commit974a5beb737771854663426b0cba5c6dfbf3a813 (patch)
tree64aa2a333a0d2929e66ab3bc10a2eb984b3b294e /templates
parentd52e81e849d682510d063426704a0e3c5d4bfb1c (diff)
release assets4.27.0
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 9c39019..8e89e46 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 = 'v99'; # asset version
+ % my $av = 'v100'; # 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 5389c4b..09b94e6 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 = 'v99'; # asset version
+ % my $av = 'v100'; # asset version
%= stylesheet "/static/${av}/css/legacy.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"