mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
19 lines
413 B
PHP
Executable File
19 lines
413 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
Dear {{ $userName }},<p/>
|
|
|
|
The following client {{ $clientName }} viewed Invoice {{ $invoiceNumber }} for {{ $invoiceAmount}}.<p/>
|
|
|
|
Regards,<p/>
|
|
|
|
The InvoiceNinja Team<p/>
|
|
|
|
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.<p/>
|
|
|
|
</body>
|
|
</html> |