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