1
0
Fork 0

Update admin user modlogs view

This commit is contained in:
Daniel Supernault 2020-02-20 13:50:54 -07:00
parent 77778d3e41
commit 1536e0f006
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 4 deletions

View File

@ -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">
&commat;{{$log->user_username}}
</span>