mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix: clientViewCSS() on boolean in client portal
This commit is contained in:
parent
089201bdde
commit
606b4a1a3b
@ -5,7 +5,7 @@
|
||||
<link href="{!! $clientFontUrl !!}" rel="stylesheet" type="text/css">
|
||||
@endif
|
||||
<link href="{{ asset('css/built.public.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||
<style type="text/css">{!! isset($account)?$account->clientViewCSS():'' !!}</style>
|
||||
<style type="text/css">{!! !empty($account)?$account->clientViewCSS():'' !!}</style>
|
||||
@stop
|
||||
|
||||
@section('body')
|
||||
|
Loading…
x
Reference in New Issue
Block a user