diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-04 18:22:50 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-04 18:22:50 +0100 |
commit | 60a67fd59dc17bda8090adcc0da2d375c945fbe4 (patch) | |
tree | f51c58435a1ce04a2b192632cf803f46a02a51e7 /templates | |
parent | c34ffa6ddc9f9c31b71dcb7b761a5b39007e1a95 (diff) |
release assets4.21.0
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/app.html.ep | 2 | ||||
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index abd265e..ab4dffa 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 = 'v88'; # asset version + % my $av = 'v89'; # 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 25c5d2d..e0265d0 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 = 'v88'; # asset version + % my $av = 'v89'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |