1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/resources/views/emails/view_action.blade.php

17 lines
479 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"EmailMessage",
"description":"View your {{ $entityType }}",
"action": {
"@type": "ViewAction",
2015-11-06 11:59:53 +01:00
"url": "{!! $link !!}",
2015-03-16 22:45:25 +01:00
"name": "View {{ $entityType }}"
2015-11-06 11:59:53 +01:00
},
2015-03-16 22:45:25 +01:00
"publisher": {
"@type": "Organization",
"name": "Invoice Ninja",
2015-11-06 11:59:53 +01:00
"url": "{!! NINJA_WEB_URL !!}"
2015-03-16 22:45:25 +01:00
}
}
</script>