mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show signature as block level on emails
This commit is contained in:
parent
caa2caf49d
commit
f1098335c3
@ -29,5 +29,9 @@
|
||||
@isset($url)
|
||||
<a href="{{ $url }}" class="button" target="_blank">{{ ctrans($button) }}</a>
|
||||
@endisset
|
||||
|
||||
@isset($signature)
|
||||
<p>{!! nl2br($signature) !!}</p>
|
||||
@endisset
|
||||
</div>
|
||||
@endcomponent
|
||||
@endcomponent
|
||||
|
@ -25,7 +25,7 @@
|
||||
@endisset
|
||||
|
||||
@isset($signature)
|
||||
{!! nl2br($signature) !!}
|
||||
<p>{!! nl2br($signature) !!}</p>
|
||||
@endisset
|
||||
</div>
|
||||
@endcomponent
|
||||
|
Loading…
x
Reference in New Issue
Block a user