mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
10 lines
427 B
PHP
10 lines
427 B
PHP
@component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
|
|
<div class="center">
|
|
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
|
|
|
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
|
{{ ctrans('texts.confirm') }}
|
|
</a>
|
|
</div>
|
|
@endcomponent
|