From 9ca974e49e91fd71a8328cea44039ab5dbf7c056 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 31 Aug 2014 21:18:42 +0300 Subject: [PATCH] Changed url constant for footers --- app/views/emails/invoice_html.blade.php | 2 +- app/views/emails/invoice_text.blade.php | 2 +- app/views/emails/payment_confirmation_html.blade.php | 2 +- app/views/emails/payment_confirmation_text.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/emails/invoice_html.blade.php b/app/views/emails/invoice_html.blade.php index bb36f663bd02..2db78c6e72cb 100755 --- a/app/views/emails/invoice_html.blade.php +++ b/app/views/emails/invoice_html.blade.php @@ -19,7 +19,7 @@ @if ($showNinjaFooter)

- {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} + {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} @endif diff --git a/app/views/emails/invoice_text.blade.php b/app/views/emails/invoice_text.blade.php index 24b797e48e2e..4797df81badc 100755 --- a/app/views/emails/invoice_text.blade.php +++ b/app/views/emails/invoice_text.blade.php @@ -12,5 +12,5 @@ @if ($showNinjaFooter) {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} -{{ SITE_URL }} +{{ NINJA_URL }} @endif diff --git a/app/views/emails/payment_confirmation_html.blade.php b/app/views/emails/payment_confirmation_html.blade.php index aabca1ac0d5d..c1dffbac19a0 100644 --- a/app/views/emails/payment_confirmation_html.blade.php +++ b/app/views/emails/payment_confirmation_html.blade.php @@ -18,7 +18,7 @@ @if ($showNinjaFooter)

- {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} + {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} @endif diff --git a/app/views/emails/payment_confirmation_text.blade.php b/app/views/emails/payment_confirmation_text.blade.php index 92191ad8a0ba..0d2b7a1c5438 100644 --- a/app/views/emails/payment_confirmation_text.blade.php +++ b/app/views/emails/payment_confirmation_text.blade.php @@ -11,5 +11,5 @@ @if ($showNinjaFooter) {{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} -{{ SITE_URL }} +{{ NINJA_URL }} @endif