summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-16 20:32:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-16 20:32:32 +0100
commitf9ef51bdb6f6e2de74f699442f748db5c565d1f3 (patch)
tree1dca0cd885b607f6123ca49656eccb804b391fdd /templates/layouts/default.html.ep
parent14966d5a6e71d7394fa05b4cf722a5b1512c547a (diff)
show previous route as well
Diffstat (limited to 'templates/layouts/default.html.ep')
-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 4da20b6..d039e10 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -8,7 +8,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % 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;