1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-25 18:57:14 +02:00
invoiceninja/resources/views/emails/invoice_html.blade.php

10 lines
186 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
{{ $body }}
</body>
</html>