APPROVAL QUEUE
Items here are pending approval.
@if(pending.length > 0)Pending Uploads
@each(pending as post)
@endeach
@endif
@if(post.mime.startsWith('video'))
@else
@endif
@endif
ID: {!! post.id !!}
User: {!! post.username !!}
Type: {!! post.mime !!}
Soft Deleted
@if(trash.length > 0 && session.admin) @endifThese items are in the deleted folder but not purged from DB. Approving them will restore them.
@if(trash.length > 0)
@each(trash as post)
@endeach
@else
Trash is empty.
@endif @if(pending.length === 0 && trash.length === 0)No pending items.
Go touch grass?
@if(typeof pages !== 'undefined' && pages > 1)
@endif
@endif