mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Fixed CSS path
(Fixes RB #14746) Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2354e37504
commit
a5b67965f2
|
@ -28,7 +28,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{-- stylesheets --}}
|
{{-- stylesheets --}}
|
||||||
<link rel="stylesheet" href="{{ mix('css/all.css') }}">
|
<link rel="stylesheet" href="{{ mix('css/dist/all.css') }}">
|
||||||
@if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '')
|
@if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '')
|
||||||
<link rel="stylesheet" href="{{ mix('css/skins/skin-'.Auth::user()->present()->skin.'.min.css') }}">
|
<link rel="stylesheet" href="{{ mix('css/skins/skin-'.Auth::user()->present()->skin.'.min.css') }}">
|
||||||
@elseif (($snipeSettings) && ($snipeSettings->skin!=''))
|
@elseif (($snipeSettings) && ($snipeSettings->skin!=''))
|
||||||
|
|
Loading…
Reference in a new issue