From 852ff285db8c62e64e61e7c8b88d4671cffa0736 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Sat, 22 Sep 2018 02:42:35 +1000 Subject: [PATCH] Update email.blade.php (#25734) --- .../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 fe38895320d1..fb6752447d62 100644 --- a/src/Illuminate/Notifications/resources/views/email.blade.php +++ b/src/Illuminate/Notifications/resources/views/email.blade.php @@ -53,12 +53,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: [:actionURL](:actionURL)', + 'into your web browser: ', [ - 'actionText' => $actionText, - 'actionURL' => $actionUrl + 'actionText' => $actionText ] ) +[{{ $actionUrl }}]({!! $actionUrl !!}) @endcomponent @endisset @endcomponent