From f9ef51bdb6f6e2de74f699442f748db5c565d1f3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jan 2019 20:32:32 +0100 Subject: show previous route as well --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 4da20b6..d039e10 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -8,7 +8,7 @@ % } - % my $av = 'v5'; # asset version + % my $av = 'v6'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; -- cgit v1.2.3