@include(snippets/header)

AUDIT LOG

Actions performed by moderators and admins.


@each(logs as entry)
{!! entry.created_at_fmt !!}
Action: {!! entry.action !!}
Target: {!! entry.target_type !!} @if(entry.target_type === 'comment') @if(entry.item_id) #c{!! entry.target_id !!} @else #c{!! entry.target_id !!} @endif @else @if(entry.target_type === 'item') /{!! entry.target_id !!} @else {!! entry.target_id !!} @endif @endif
@if(entry.reason)
Reason: {!! entry.reason !!}
@endif @if(entry.uploader_info)
Info: {!! entry.uploader_info !!}
@endif @if(entry.old_content !== null || entry.new_content !== null || entry.details_json)
Changes:
@if(entry.old_content)
- {!! entry.old_content !!}
@endif @if(entry.new_content)
+ {!! entry.new_content !!}
@endif @if(entry.details_json)
{!! entry.details_json !!}
@endif
@endif
@endeach

@if(typeof pages !== 'undefined' && pages > 1)
@if(page > 1) « Prev @endif Page {!! page !!} of {!! pages !!} @if(page < pages) Next »@endif

@endif
@include(snippets/footer)