forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-17 20:45:40 -06:00
parent 13330e5301
commit 66a5ab954d
1 changed files with 4 additions and 4 deletions

View File

@ -109,8 +109,11 @@
</button>
</li>
{% endif %}
<li>
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
</li>
{% endif %}
{% if v and v.admin_level==6 and v.id==c.author_id %}
<li>
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
@ -128,9 +131,6 @@
{% endif %}
{% if v and not v.id==c.author_id and not (c.post and c.post.award_count("ghosts")) %}
<li>
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
</li>
<li class="hidden {% if c.is_blocking %}md:block{% endif %} text-green-600">
<button id="unblock-{{c.id}}" 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_toast3('/settings/unblock?username={{c.author.username}}','block-{{c.id}}','unblock-{{c.id}}')">
<i class="fas fa-eye-slash fa-sm fa-fw mr-4"></i>Unblock user