fix
parent
decae7dc69
commit
a4bd58d45f
|
@ -40,13 +40,13 @@
|
|||
Unshadowban
|
||||
</button>
|
||||
</li>
|
||||
<li id="unnuke-user">
|
||||
<li class="hidden">
|
||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/admin/unnuke_user')">
|
||||
<i class="fas fa-file-check fa-sm fa-fw mr-4"></i>
|
||||
Approve user's content
|
||||
</button>
|
||||
</li>
|
||||
<li id="unnuke-user">
|
||||
<li class="hidden">
|
||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/admin/nuke_user')">
|
||||
<i class="fas fa-file-times fa-sm fa-fw mr-4"></i>
|
||||
Remove user's content
|
||||
|
|
Loading…
Reference in New Issue