diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-09-19 09:52:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-09-19 09:52:03 +0200 |
commit | 1c68e7dcd6c5569569f4c320cfbd4625ec137994 (patch) | |
tree | 9661389022143996a29c58122ead9c0bc61e925d /templates/layouts/legacy.html.ep | |
parent | ba1429382f8e0521d5c454f4ff9dc32868a1a935 (diff) |
detail view: more prominent display of arrival, departure, and platform3.1.10
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 31ff65f..223f07b 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 = 'v29'; # asset version + % my $av = 'v30'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |