mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
book cases added
This commit is contained in:
20
resources/views/vendor/comments/mail/pendingCommentNotification.blade.php
vendored
Normal file
20
resources/views/vendor/comments/mail/pendingCommentNotification.blade.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
@component('mail::message')
|
||||
|
||||
{{ __('comments::notifications.pending_comment_mail_body', [
|
||||
'commentable_name' => $topLevelComment->commentable->commentableName(),
|
||||
'commentator_name' => $comment->commentatorProperties()->name ?? 'anonymous',
|
||||
]) }}
|
||||
|
||||
[{{ __('comments::notifications.view_comment') }}]({{ $comment->commentUrl() }})
|
||||
|
||||
{!! $comment->text !!}
|
||||
|
||||
@component('mail::button', ['url' => $comment->approveUrl()])
|
||||
{{ __('comments::notifications.approve_comment') }}
|
||||
@endcomponent
|
||||
|
||||
@component('mail::button', ['url' => $comment->rejectUrl()])
|
||||
{{ __('comments::notifications.reject_comment') }}
|
||||
@endcomponent
|
||||
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user