1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/views/emails/invoice_viewed_html.blade.php

19 lines
405 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
<!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/>
2014-03-17 11:04:44 +01:00
Regards,
The InvoiceNinja Team
2014-03-10 07:10:08 +01:00
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.<p/>
2014-01-29 11:41:38 +01:00
</body>
</html>