diff --git a/resources/views/emails/confirm_html.blade.php b/resources/views/emails/confirm_html.blade.php index e2e94d7fda51..fe4b73a847aa 100644 --- a/resources/views/emails/confirm_html.blade.php +++ b/resources/views/emails/confirm_html.blade.php @@ -1,4 +1,8 @@ - + + +
+ + @if (false && !$invitationMessage) @include('emails.confirm_action', ['user' => $user]) diff --git a/resources/views/emails/invoice_html.blade.php b/resources/views/emails/invoice_html.blade.php index 92f5f1a3f9b0..a0d2526a6e26 100644 --- a/resources/views/emails/invoice_html.blade.php +++ b/resources/views/emails/invoice_html.blade.php @@ -1,4 +1,8 @@ - + + + + + @if (false) @include('emails.view_action', ['link' => $link, 'entityType' => $entityType]) diff --git a/resources/views/emails/invoice_paid_html.blade.php b/resources/views/emails/invoice_paid_html.blade.php index 001ab0796e21..07e478b0338d 100644 --- a/resources/views/emails/invoice_paid_html.blade.php +++ b/resources/views/emails/invoice_paid_html.blade.php @@ -1,5 +1,5 @@ - + diff --git a/resources/views/emails/invoice_sent_html.blade.php b/resources/views/emails/invoice_sent_html.blade.php index 5ee266c7d203..3426820e1db3 100644 --- a/resources/views/emails/invoice_sent_html.blade.php +++ b/resources/views/emails/invoice_sent_html.blade.php @@ -1,5 +1,5 @@ - + diff --git a/resources/views/emails/invoice_viewed_html.blade.php b/resources/views/emails/invoice_viewed_html.blade.php index 957b6bff8efa..60fd6faaae65 100644 --- a/resources/views/emails/invoice_viewed_html.blade.php +++ b/resources/views/emails/invoice_viewed_html.blade.php @@ -1,5 +1,5 @@ - + diff --git a/resources/views/emails/license_confirmation_html.blade.php b/resources/views/emails/license_confirmation_html.blade.php index 172e299e3f77..f7950158958c 100644 --- a/resources/views/emails/license_confirmation_html.blade.php +++ b/resources/views/emails/license_confirmation_html.blade.php @@ -1,18 +1,18 @@ - - - - - + + + + + - {{ $client }}, + {{ $client }}, - {{ trans('texts.payment_message', ['amount' => $amount]) }} + {{ trans('texts.payment_message', ['amount' => $amount]) }} - {{ $license }} + {{ $license }} - {{ trans('texts.email_signature') }}