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)
|
@isset($url)
|
||||||
<a href="{{ $url }}" class="button" target="_blank">{{ ctrans($button) }}</a>
|
<a href="{{ $url }}" class="button" target="_blank">{{ ctrans($button) }}</a>
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
|
@isset($signature)
|
||||||
|
<p>{!! nl2br($signature) !!}</p>
|
||||||
|
@endisset
|
||||||
</div>
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@isset($signature)
|
@isset($signature)
|
||||||
{!! nl2br($signature) !!}
|
<p>{!! nl2br($signature) !!}</p>
|
||||||
@endisset
|
@endisset
|
||||||
</div>
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user