Update admin user modlogs view

pull/2033/head
Daniel Supernault 2020-02-20 13:50:54 -07:00
rodzic 77778d3e41
commit 1536e0f006
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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>