Skip to content

Commit

Permalink
Use blade comments (#19289)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and taylorotwell committed May 21, 2017
1 parent 650f74c commit 88ecd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Notifications/resources/views/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@

@endforeach

<!-- Salutation -->
{{-- Salutation --}}
@if (! empty($salutation))
{{ $salutation }}
@else
Regards,<br>{{ config('app.name') }}
@endif

<!-- Subcopy -->
{{-- Subcopy --}}
@isset($actionText)
@component('mail::subcopy')
If you’re having trouble clicking the "{{ $actionText }}" button, copy and paste the URL below
Expand Down

0 comments on commit 88ecd38

Please sign in to comment.