mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<html>
|
|
<body>
|
|
@if (false)
|
|
@include('emails.view_action', ['link' => $link, 'entityType' => $entityType])
|
|
@endif
|
|
{!! $body !!}
|
|
</body>
|
|
</html> |