1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/views/emails/partials/user_view_action.blade.php
2019-01-30 22:25:37 +11:00

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>