1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/emails/invoice_html.blade.php
2015-04-14 21:58:07 +03:00

8 lines
161 B
PHP

<html>
<body>
@if (false)
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
@endif
{!! $body !!}
</body>
</html>