Loading public/static/css/material-icons.css +4 −4 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(/static/v68/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: url(/static/v69/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(/static/v68/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/v68/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/v68/fonts/MaterialIcons-Regular.ttf) format('truetype'); url(/static/v69/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/v69/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/v69/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { Loading public/static/v67→public/static/v69 +0 −0 File moved. View file templates/layouts/app.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v68'; # asset version % my $av = 'v69'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } Loading templates/layouts/legacy.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v68'; # asset version % my $av = 'v69'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" Loading Loading
public/static/css/material-icons.css +4 −4 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(/static/v68/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: url(/static/v69/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(/static/v68/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/v68/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/v68/fonts/MaterialIcons-Regular.ttf) format('truetype'); url(/static/v69/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/v69/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/v69/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { Loading
templates/layouts/app.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v68'; # asset version % my $av = 'v69'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } Loading
templates/layouts/legacy.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v68'; # asset version % my $av = 'v69'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" Loading