AUDIT LOG
Actions performed by moderators and admins.
@each(logs as entry)
@endeach
{!! 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:
@endif
@if(entry.old_content)
- {!! entry.old_content !!}
@endif
@if(entry.new_content)
+ {!! entry.new_content !!}
@endif
@if(entry.details_json)
{!! entry.details_json !!}
@endif
@if(typeof pages !== 'undefined' && pages > 1)
@endif