mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add url no_cache
This commit is contained in:
parent
af6eb2f416
commit
746c3fe69a
@ -5,10 +5,9 @@
|
|||||||
<link href="{!! $fontsUrl !!}" rel="stylesheet" type="text/css">
|
<link href="{!! $fontsUrl !!}" rel="stylesheet" type="text/css">
|
||||||
@endif
|
@endif
|
||||||
<link href="{{ asset('css/built.public.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ asset('css/built.public.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
|
<link href="{{ asset('css/bootstrap.min.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ asset('css/built.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
<link href="{{ asset('css/built.css') }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ asset('css/built.login.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
<link href="{{ asset('css/built.login.css') }}" rel="stylesheet" type="text/css"/>
|
|
||||||
|
|
||||||
@if (!empty($clientauth))
|
@if (!empty($clientauth))
|
||||||
<style type="text/css">{!! Utils::clientViewCSS() !!}</style>
|
<style type="text/css">{!! Utils::clientViewCSS() !!}</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user