-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak unsub and other markdown email
- Loading branch information
1 parent
bb8f2b7
commit a36e5f5
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<x-mail::message> | ||
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: | ||
|
||
<x-mail::panel> | ||
{{ $resource->name }}<br> | ||
[Resource URL]({{ $resource->url }}) | ||
###### *Submitted on {{ $resource->created_at->format('d-m-Y') }}* | ||
<x-mail::panel> | ||
{{ $resource->name }}<br> | ||
[Resource URL]({{ $resource->url }}) | ||
###### *Submitted on {{ $resource->created_at->format('d-m-Y') }}* | ||
|
||
**{{ $resource->rejected_reason }}** | ||
</x-mail::panel> | ||
**{{ $resource->rejected_reason }}** | ||
</x-mail::panel> | ||
|
||
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. | ||
</x-mail::message> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters