mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-16 16:13:20 +01:00
14 lines
261 B
PHP
14 lines
261 B
PHP
<script type="application/ld+json">
|
|
[
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "EmailMessage",
|
|
"action": {
|
|
"@type": "ViewAction",
|
|
"url": "{{ $invoiceLink }}",
|
|
"name": {!! json_encode(trans("texts.view_{$entityType}")) !!}
|
|
}
|
|
}
|
|
]
|
|
</script>
|