mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor tweaks
This commit is contained in:
parent
ed3d779bf1
commit
228f772f02
@ -4,15 +4,16 @@
|
|||||||
{
|
{
|
||||||
"@context":"http://schema.org",
|
"@context":"http://schema.org",
|
||||||
"@type":"EmailMessage",
|
"@type":"EmailMessage",
|
||||||
"action": {
|
"description":"Confirm your Invoice Ninja account",
|
||||||
|
"action":
|
||||||
|
{
|
||||||
"@type":"ConfirmAction",
|
"@type":"ConfirmAction",
|
||||||
"name": "Approve Expense",
|
"name":"Confirm Account",
|
||||||
"handler": {
|
"handler": {
|
||||||
"@type": "HttpActionHandler",
|
"@type": "HttpActionHandler",
|
||||||
"url": "https://myexpenses.com/approve?expenseId=abc123"
|
"url": "{{{ URL::to("user/confirm/{$user->confirmation_code}") }}}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"description": "Approval request for John's $10.13 expense for office supplies"
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user