mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
17 lines
487 B
PHP
17 lines
487 B
PHP
<script type="application/ld+json">
|
|
{
|
|
"@context":"http://schema.org",
|
|
"@type":"EmailMessage",
|
|
"description":"View your {{ $entityType }}",
|
|
"action": {
|
|
"@type": "ViewAction",
|
|
"url": "{{{ $link }}}",
|
|
"name": "View {{ $entityType }}"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Invoice Ninja",
|
|
"url": "{{{ NINJA_WEB_URL }}}"
|
|
}
|
|
}
|
|
</script> |