From f51d7c99df1429ade72d06347b518170014dc7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 28 Sep 2020 11:09:45 +0200 Subject: [PATCH] Add whitelabel text to 'plain' design --- .../views/email/template/plain.blade.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/resources/views/email/template/plain.blade.php b/resources/views/email/template/plain.blade.php index 78db0c803729..21ed824491bd 100644 --- a/resources/views/email/template/plain.blade.php +++ b/resources/views/email/template/plain.blade.php @@ -8,16 +8,23 @@ {!! $body !!} - - @if($signature) -
- {!! $signature !!} -
- @endif + @if($signature) +
+ {!! $signature !!} +
+ @endif +@if(!$whitelabel) +
+ + {{ __('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} + +
+@endif + \ No newline at end of file