mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-06 20:00:48 +00:00
Update admin report view
This commit is contained in:
parent
89ced5bdde
commit
2fa6adf705
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Reported: <a href="{{$report->reported()->url()}}">{{$report->reported()->url()}}</a></h5>
|
<h5 class="card-title">Reported: <a href="{{$report->reported()->url()}}">{{$report->reported()->url()}}</a></h5>
|
||||||
<h6 class="card-subtitle mb-2 text-muted">Reported by: <a href="{{$report->reporter->url()}}">{{$report->reporter->username}}</a> <span class="badge badge-primary">admin</span></h6>
|
<h6 class="card-subtitle mb-2 text-muted">Reported by: <a href="{{$report->reporter->url()}}">{{$report->reporter->username}}</a></h6>
|
||||||
<p class="card-text text-muted">
|
<p class="card-text text-muted">
|
||||||
<span class="font-weight-bold text-dark">Message: </span>
|
<span class="font-weight-bold text-dark">Message: </span>
|
||||||
{{$report->message ?? 'No message provided.'}}
|
{{$report->message ?? 'No message provided.'}}
|
||||||
|
|
Loading…
Reference in a new issue