mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge pull request #6310 from beganovich/v5-594
Update logo on import/completed email
This commit is contained in:
commit
c4dce63d23
@ -1,4 +1,4 @@
|
|||||||
@component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings, 'company' => $company ?? ''])
|
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings, 'company' => $company ?? ''])
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h1>{{ ctrans('texts.import_complete') }}</h1>
|
<h1>{{ ctrans('texts.import_complete') }}</h1>
|
||||||
<p>Hello, here is the output of your recent import job.</p>
|
<p>Hello, here is the output of your recent import job.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user