mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 07:45:22 +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>
|
<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:
|
[**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:
|
||||||
|
|
||||||
@component('mail::panel')
|
@component('mail::panel')
|
||||||
{{ $contact->message }}
|
{{ $contact->message }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
||||||
|
|
||||||
@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
|
@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
|
||||||
View Message
|
View Message
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
Loading…
Reference in a new issue