feat: Implement is_deleted flag for items, add new utility scripts, and refine UI styles.
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
<a href="/user/{{ session.user.toLowerCase() }}/favs">favs</a>
|
||||
<a href="/upload">upload</a>
|
||||
@if(session.admin)
|
||||
<a href="/admin">admin</a>
|
||||
<a href="/admin">Admin
|
||||
@if(typeof session.pending_count !== 'undefined' && session.pending_count > 0)
|
||||
<span class="notification-dot" title="{{ session.pending_count }} Pending"
|
||||
onclick="event.preventDefault(); window.location.href='/admin/approve';"></span>
|
||||
@endif
|
||||
</a>
|
||||
@endif
|
||||
<a href="/settings">settings</a>
|
||||
<a href="/about">about</a>
|
||||
|
||||
Reference in New Issue
Block a user