1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/emails/partials/user_view_action.blade.php
2015-12-16 13:49:26 +02:00

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>