mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show navigation bar only if enable_client_portal
is toggled
This commit is contained in:
parent
424b08ff6f
commit
0495c29f7e
@ -12,11 +12,13 @@
|
||||
@unless(request()->query('sidebar') === 'hidden')
|
||||
@include('portal.ninja2020.components.general.sidebar.desktop')
|
||||
@endunless
|
||||
|
||||
@endif
|
||||
|
||||
<div class="flex flex-col w-0 flex-1 overflow-hidden">
|
||||
@if($settings->enable_client_portal)
|
||||
@include('portal.ninja2020.components.general.sidebar.header')
|
||||
@endif
|
||||
|
||||
<main
|
||||
class="flex-1 relative z-0 overflow-y-auto pt-6 focus:outline-none"
|
||||
tabindex="0" x-data
|
||||
|
Loading…
x
Reference in New Issue
Block a user