Decorate inline attachments across all email designs

This commit is contained in:
David Bomba 2023-02-09 14:31:49 +11:00
parent bd6c666966
commit 1f6621e3f8
2 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -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>