Closed sparksp closed 7 months ago
And this is the view markup for notifications.
{{-- Subcopy --}}
@isset($actionText)
<x-slot:subcopy>
@lang(
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser:',
[
'actionText' => $actionText,
]
) <span class="break-all">[{{ $displayableActionUrl }}]({{ $actionUrl }})</span>
</x-slot:subcopy>
@endisset
In case the "Yes/No/Maybe" links do not work, we can include a text link to the respond page that the recipient can copy & paste instead. Similar to the setup account email: