summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-07-30 13:53:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-07-30 13:53:43 +0200
commit44c35c7aadb4c7992c484053a6f4ddb4368bcb2e (patch)
treea71bd8616286833cb66f8bce3f288213b30b3bfd /templates/layouts
parentbb9a4dfbccd8563133bd36c4d98dd548aec52a47 (diff)
Allow train detail page to be opened in a new tab via middle-click
The detail page is now accessible both via javascript (as before) and via an <a> element wrapping the list entry.
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/app.html.ep2
-rw-r--r--templates/layouts/legacy.html.ep2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index 40d4f62..e6b03ae 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 = 'v54'; # asset version
+ % my $av = 'v55'; # 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 9caff12..ce4d507 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 = 'v54'; # asset version
+ % my $av = 'v55'; # asset version
%= stylesheet "/static/${av}/css/default.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/jquery-ui.min.css"