summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-26 22:27:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-26 22:27:07 +0200
commit8c1888263ba1b79c86c677b8f7f665b7342b04c2 (patch)
treea54791fd4a6da3d4a8f6c9935b0f9b791fa2d4e0 /templates/layouts
parente500c2e537703f13b7af75cdc45d403314c8190f (diff)
show marker when unable to sync
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index a2a5648..9dfd741 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#673ab7">
- % my $av = 'v7'; # asset version
+ % my $av = 'v8'; # asset version
%= stylesheet "/static/${av}/css/materialize.min.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/local.css"