mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Fixes for custom messages
This commit is contained in:
		
							parent
							
								
									a15a3099a6
								
							
						
					
					
						commit
						6a42f47c82
					
				@ -74,7 +74,7 @@
 | 
				
			|||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @if((isset($account) && $account->isPaid()) || ((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head'))))
 | 
					        @if((isset($company) && $company->account->isPaid() && !empty($client->getSetting('portal_custom_head'))) || ((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head'))))
 | 
				
			||||||
            <div class="py-1 text-sm text-center text-white bg-primary">
 | 
					            <div class="py-1 text-sm text-center text-white bg-primary">
 | 
				
			||||||
                {!! $client->getSetting('portal_custom_head') !!}
 | 
					                {!! $client->getSetting('portal_custom_head') !!}
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user