mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:04:30 -04:00
Fixes for blank logo in admin emails
This commit is contained in:
parent
93fa96c19e
commit
1b84ccbf29
@ -151,7 +151,7 @@
|
|||||||
<td align="center">
|
<td align="center">
|
||||||
<div class="dark-bg"
|
<div class="dark-bg"
|
||||||
style="background-color:#f9f9f9; padding-bottom: 20px; margin-top:20px;">
|
style="background-color:#f9f9f9; padding-bottom: 20px; margin-top:20px;">
|
||||||
@if($logo)
|
@if($logo && strpos($logo, 'blank.png') === false)
|
||||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img">
|
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img">
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user