diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-04 00:02:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-04 00:02:31 +0100 |
commit | 7e4727af603cdd8bbb3746842a9603054ddca7cb (patch) | |
tree | 352cfbbc06585a40b84b666c3fee65ec3c01e4db /templates/layouts/default.html.ep | |
parent | ea650826ceb481dd2c8495953bd9fa28efbb1b89 (diff) |
Add color coding for trains not accepting DB tickets
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index f540847..5b6dec8 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 = 'v1'; # asset version + % my $av = 'v2'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; |