mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6083 from beganovich/v5-1806-signature-on-client
(v5) Show signatures on the client templates
This commit is contained in:
commit
b8dca45f8d
@ -121,6 +121,10 @@
|
|||||||
|
|
||||||
{{ $slot ?? '' }}
|
{{ $slot ?? '' }}
|
||||||
{!! $body ?? '' !!}
|
{!! $body ?? '' !!}
|
||||||
|
|
||||||
|
@isset($signature)
|
||||||
|
{{ nl2br($signature) }}
|
||||||
|
@endisset
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="#"
|
<a href="#"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user