Loading public/static/v9→public/static/v11 +0 −0 File moved. View file templates/layouts/default.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v10'; # asset version % my $av = 'v11'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); Loading Loading
templates/layouts/default.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v10'; # asset version % my $av = 'v11'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); Loading