diff --git a/resources/views/emails/rejected-resource.blade.php b/resources/views/emails/rejected-resource.blade.php index a3d7b86d..e7a84c42 100644 --- a/resources/views/emails/rejected-resource.blade.php +++ b/resources/views/emails/rejected-resource.blade.php @@ -1,15 +1,15 @@ - Hello {{ $user->name }}, +Hello {{ $user->name }}, - The resource you suggested on [Onramp]({{ route('welcome', ['locale' => 'en']) }}) has been rejected by one of our reviewers: +The resource you suggested on [Onramp]({{ route('welcome', ['locale' => 'en']) }}) has been rejected by one of our reviewers: - - {{ $resource->name }}
- [Resource URL]({{ $resource->url }}) - ###### *Submitted on {{ $resource->created_at->format('d-m-Y') }}* + +{{ $resource->name }}
+[Resource URL]({{ $resource->url }}) +###### *Submitted on {{ $resource->created_at->format('d-m-Y') }}* - **{{ $resource->rejected_reason }}** -
+**{{ $resource->rejected_reason }}** +
- We thank you for your contribution and encourage you to submit new resources that may be useful to the community. +We thank you for your contribution and encourage you to submit new resources that may be useful to the community.
diff --git a/resources/views/emails/resource-digest.blade.php b/resources/views/emails/resource-digest.blade.php index 438a853b..8c0a7487 100644 --- a/resources/views/emails/resource-digest.blade.php +++ b/resources/views/emails/resource-digest.blade.php @@ -1,19 +1,22 @@ - # Here are the latest resources: +# Here are the latest resources: - - @foreach ($resources as $resource) - - [{{ $resource['name'] }}]({{ $resource['url'] }}) - Added on {{ \Carbon\Carbon::parse($resource['created_at'])->format('F j, Y') }} + +@foreach ($resources as $resource) +- [{{ $resource['name'] }}]({{ $resource['url'] }})
+Added on {{ \Carbon\Carbon::parse($resource['created_at'])->format('F j, Y') }} - @endforeach -
+@endforeach +
- ### Happy Coding! +### Happy Coding! - ### Your friends at {{ config('app.name') }} +### Your friends at Tighten + + + +You are receiving this email because you subscribed at [{{ config('app.name') }}]({{ config('app.url') }}).
+[Unsubscribe]({{ $unsubscribeUrl }}) +
- - Unsubscribe -