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