Skip to content

Commit

Permalink
Update email.blade.php (#25734)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei authored and taylorotwell committed Sep 21, 2018
1 parent 7c09461 commit 852ff28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Notifications/resources/views/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 852ff28

Please sign in to comment.