forked from mirror/pixelfed
Update admin user modlogs view
This commit is contained in:
parent
77778d3e41
commit
1536e0f006
1 changed files with 4 additions and 4 deletions
|
@ -87,14 +87,14 @@
|
|||
<div style="flex-grow: 1;">
|
||||
@if($log->user_id != Auth::id())
|
||||
<div class="p-3 bg-primary rounded">
|
||||
<p class="mb-0 text-white" style="font-weight: 500;">{{$log->message}}</p>
|
||||
<p class="mb-0 text-white" style="font-weight: 600;">{{$log->message}}</p>
|
||||
</div>
|
||||
@else
|
||||
<div class="p-3 bg-light rounded">
|
||||
<p class="mb-0 text-dark" style="font-weight: 500;">{{$log->message}}</p>
|
||||
<div class="p-3 bg-white border rounded">
|
||||
<p class="mb-0 text-dark" style="font-weight: 600;">{{$log->message}}</p>
|
||||
</div>
|
||||
@endif
|
||||
<div class="d-flex justify-content-between small text-muted font-weight-bold mb-0">
|
||||
<div class="d-flex justify-content-between small text-muted font-weight-bold mb-0 pt-2">
|
||||
<span class="mr-4">
|
||||
@{{$log->user_username}}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue