mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 02:14:29 -04:00
Merge pull request #6267 from beganovich/v5-567
(v5) Show signature as block level on emails
This commit is contained in:
commit
2c1f29715c
@ -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