mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Add admin contact email view
This commit is contained in:
parent
a9c02747b9
commit
1fdfa7ac3d
1 changed files with 16 additions and 0 deletions
16
resources/views/emails/contact/admin.blade.php
Normal file
16
resources/views/emails/contact/admin.blade.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
@component('mail::message')
|
||||||
|
# New Support Message
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
[**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:
|
||||||
|
|
||||||
|
@component('mail::panel')
|
||||||
|
{{ $contact->message }}
|
||||||
|
@endcomponent
|
||||||
|
|
||||||
|
@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
|
||||||
|
View Message
|
||||||
|
@endcomponent
|
||||||
|
|
||||||
|
@endcomponent
|
Loading…
Reference in a new issue