APPROVAL QUEUE
Items here are pending approval.
@if(pending.length > 0)Pending Uploads
| Preview | ID | Uploader | Type | Tags | Action |
| {{ post.id }} | {{ post.username }} | {{ post.mime }} | @each(post.tags as tag) {{ tag }} @endeach | Approve Deny / Delete |
Reference / Soft Deleted
These items are in the deleted folder but not purged from DB. Approving them will restore them.
| Preview | ID | Uploader | Type | Tags | Action |
|
@if(post.thumbnail)
|
{{ post.id }} | {{ post.username }} | {{ post.mime }} | @each(post.tags as tag) {{ tag }} @endeach | Restore Purge |
No pending items.
Go touch grass?
@if(typeof pages !== 'undefined' && pages > 1)
@endif