1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Added email footer

This commit is contained in:
Hillel Coren 2014-05-11 20:14:44 +03:00
parent 4d2473dc9f
commit 4f732386eb
5 changed files with 15 additions and 2 deletions

View File

@ -349,6 +349,7 @@ return array(
'specify_colors_label' => 'Select the colors used in the invoice',
'chart_builder' => 'Chart Builder',
'ninja_email_footer' => 'Use :site to invoice your clients and get paid online for free!',
);

View File

@ -17,5 +17,8 @@
{{ $accountName }}
@endif
<p/>
{{ trans('texts.ninja_email_footer', ['site' => '<a href="'.SITE_URL.'">Invoice Ninja</a>']) }}
</body>
</html>

View File

@ -9,3 +9,6 @@
{{ trans('texts.email_signature') }}
{{ $accountName }}
@endif
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
{{ SITE_URL }}

View File

@ -16,5 +16,8 @@
{{ $accountName }}
@endif
<p/>
{{ trans('texts.ninja_email_footer', ['site' => '<a href="'.SITE_URL.'">Invoice Ninja</a>']) }}
</body>
</html>

View File

@ -8,3 +8,6 @@
{{ trans('texts.email_signature') }}
{{ $accountName }}
@endif
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
{{ SITE_URL }}