master
kek7198 2021-12-31 09:45:06 -06:00
parent eab87a0399
commit 5a05625223
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@
<div class="dropdown">
<button class="block px-4 py-2 bg-gradient-to-t from-gray-200 to-gray-100 focus:from-gray-100 focus:to-gray-200 border border-gray-300 rounded-md text-shadow shadow-inset-t-white-10 text-sm font-bold text-gray-700 focus:text-gray-900 focus:shadow-inner focus:outline-none dropdown-toggle" type="button" id="dropdownAdminReportSortsButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{% if request.path=="/admin/reported/posts" %}
<i class="fas fa-pencil text-gray-500 fa-sm fa-fw mr-1"></i>
<i class="fas fa-pencil text-gray-500 fa-sm fa-fw mr-1"></i>Posts
{% endif %}
{% if request.path=="/admin/reported/comments" %}
<i class="fas fa-comment-alt text-gray-500 fa-sm fa-fw mr-1"></i>
<i class="fas fa-comment-alt text-gray-500 fa-sm fa-fw mr-1"></i>Comments
{% endif %}
</button>
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownAdminReportSortsButton" x-placement="bottom-start">