mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update admin contact email view
This commit is contained in:
parent
a38362b107
commit
6cbd9bbea0
1 changed files with 7 additions and 0 deletions
|
@ -3,12 +3,19 @@
|
|||
|
||||
<br>
|
||||
|
||||
@if($contact->response_requested)
|
||||
**This user has requested a response from you.**
|
||||
@endif
|
||||
|
||||
<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
|
||||
|
|
Loading…
Reference in a new issue