mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show signature if its presented on client generic.blade.php
This commit is contained in:
parent
bc28a473a7
commit
afb2593d16
@ -23,5 +23,9 @@
|
||||
@isset($url)
|
||||
<a href="{{ $url }}" class="button" target="_blank">{{ ctrans($button) }}</a>
|
||||
@endisset
|
||||
|
||||
@isset($signature)
|
||||
{!! $signature !!}
|
||||
@endisset
|
||||
</div>
|
||||
@endcomponent
|
||||
|
Loading…
x
Reference in New Issue
Block a user