mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
ImportCompleted email
This commit is contained in:
parent
5af9cc828f
commit
8493b2e4d6
@ -48,6 +48,7 @@ class ImportCompleted extends Mailable
|
|||||||
$data = array_merge($this->data, [
|
$data = array_merge($this->data, [
|
||||||
'logo' => $this->company->present()->logo(),
|
'logo' => $this->company->present()->logo(),
|
||||||
'settings' => $this->company->settings,
|
'settings' => $this->company->settings,
|
||||||
|
'company' => $this->company,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $this
|
return $this
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
@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>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
|
@component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
||||||
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user