From 18df44cc717d27b98690cef86de8bee4253330eb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 May 2019 18:07:53 +0200 Subject: add loading indicator to nav --- templates/layouts/default.html.ep | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index e52174d..934a84b 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -9,7 +9,7 @@ - % my $av = 'v13'; # asset version + % my $av = 'v14'; # asset version %= stylesheet "/static/${av}/css/materialize.min.css" @@ -31,11 +31,26 @@ -- cgit v1.2.3