mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
b8d8f977cc
Removed fedeisas/laravel-mail-css-inliner
13 lines
476 B
PHP
13 lines
476 B
PHP
@component('email.template.master', ['design' => 'light', 'whitelabel' => false])
|
|
|
|
@slot('header')
|
|
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
@endslot
|
|
|
|
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
|
|
|
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
|
{{ ctrans('texts.confirm') }}
|
|
</a>
|
|
@endcomponent
|