From d4929a9164335d0bb0f0a325265c406c1d795f7c Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Sat, 6 Oct 2018 18:07:41 +1000 Subject: [PATCH] Update email.blade.php --- .../Notifications/resources/views/email.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Illuminate/Notifications/resources/views/email.blade.php b/src/Illuminate/Notifications/resources/views/email.blade.php index be287e4f696d..4abd9b5fc54d 100644 --- a/src/Illuminate/Notifications/resources/views/email.blade.php +++ b/src/Illuminate/Notifications/resources/views/email.blade.php @@ -51,12 +51,12 @@ @component('mail::subcopy') @lang( "If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n". - 'into your web browser: ', + 'into your web browser: [:actionURL](:actionURL)', [ - 'actionText' => $actionText + 'actionText' => $actionText, + 'actionUrl' => $actionUrl ] ) -[{{ $actionUrl }}]({!! $actionUrl !!}) @endcomponent @endisset @endcomponent