mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -04:00
Decorate inline attachments across all email designs
This commit is contained in:
parent
bd6c666966
commit
1f6621e3f8
@ -172,6 +172,11 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
@isset($links)
|
@isset($links)
|
||||||
|
|
||||||
|
@if(count($links) >=1)
|
||||||
|
<p><strong>{{ ctrans('texts.attachments') }}</strong></p>
|
||||||
|
@endif
|
||||||
|
|
||||||
@foreach($links as $link)
|
@foreach($links as $link)
|
||||||
{!! $link ?? '' !!}<br>
|
{!! $link ?? '' !!}<br>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
@ -20,6 +20,21 @@
|
|||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@isset($links)
|
||||||
|
|
||||||
|
@if(count($links) >=1)
|
||||||
|
<p><strong>{{ ctrans('texts.attachments') }}</strong></p>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
@foreach($links as $link)
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p> {!! $link ?? '' !!}</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
@endforeach
|
||||||
|
@endisset
|
||||||
|
|
||||||
@isset($whitelabel)
|
@isset($whitelabel)
|
||||||
@if(!$whitelabel)
|
@if(!$whitelabel)
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user