forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 22:39:24 -06:00
parent 3ba1eceae0
commit 8f06e6942c
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
<li> <li>
<div class="label text-black dark:text-gray-200">Shadow Ban</div> <div class="label text-black dark:text-gray-200">Shadow Ban</div>
<div id="sidebar-shadowban" class="{% if u.shadowbanned %}hidden{% endif %}"> <div id="sidebar-shadowban" class="{% if u.shadowbanned %}hidden{% endif %}">
<button class="btn btn-red w-full" onclick="post_toast2('/shadowban/{{u.id}}','sidebar-shadowban','sidebar-unshadowban')"> <button class="btn btn-yellow w-full" onclick="post_toast2('/shadowban/{{u.id}}','sidebar-shadowban','sidebar-unshadowban')">
<i class="fas fa-eye-slash fa-sm fa-fw mr-2"></i> <i class="fas fa-eye-slash fa-sm fa-fw mr-2"></i>
Shadow ban Shadow ban
</button> </button>
@ -154,7 +154,7 @@
</li> </li>
<li> <li>
<div class="label text-black dark:text-gray-200">Damage control</div> <div class="label text-black dark:text-gray-200">Damage control</div>
<button class="btn btn-red w-full" onclick="postToast('/@{{u.username}}/revert_actions')"> <button class="btn btn-gray w-full" onclick="postToast('/@{{u.username}}/revert_actions')">
<i class="fas fa-history fa-sm fa-fw mr-2"></i> <i class="fas fa-history fa-sm fa-fw mr-2"></i>
Revert admin actions Revert admin actions
</button> </button>