remotes/1693045480750635534/spooky-22
kek7198 2021-12-31 09:55:23 -06:00
parent 7912cf3080
commit 816e818a66
2 changed files with 4 additions and 9 deletions

View File

@ -1,10 +1,6 @@
{% extends "CHRISTMAS/admin/reported_posts.html" %}
{% block listing %}
<div class="posts">
{% with comments=listing %}
{% include "CHRISTMAS/comments.html" %}
@ -19,6 +15,5 @@
</div>
{% endif %}
</div>
{% endblock %}

View File

@ -13,7 +13,7 @@
<div class="relative col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
Reported Posts
Reported Content
</h1>
<ul class="flex space-x-2 text-xs text-gray-500 dark:text-gray-400 leading-normal mb-0">
<li>
@ -23,7 +23,7 @@
<i class="fas fa-arrow-alt-right text-shadow fa-fw fa-sm"></i>
</li>
<li>
<a href="#" class="text-gray-700 dark:text-gray-500 hover:underline">Reported Posts</a>
<a href="#" class="text-gray-700 dark:text-gray-500 hover:underline">Reported Content</a>
</li>
</ul>
</div>
@ -39,12 +39,12 @@
</button>
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownAdminReportSortsButton" x-placement="bottom-start">
<li class="{% if request.path=="/admin/reported/posts" %}hidden{% endif %}">
<a class="dropdown-item dropdown-item-primary" href="?sort={{sort}}&t=hour">
<a class="dropdown-item dropdown-item-primary" href="/admin/reported/posts">
<i class="fas fa-pencil fa-sm fa-fw mr-4"></i>Posts
</a>
</li>
<li class="{% if request.path=="/admin/reported/comments" %}hidden{% endif %}">
<a class="dropdown-item dropdown-item-primary" href="?sort={{sort}}&t=day">
<a class="dropdown-item dropdown-item-primary" href="/admin/reported/comments">
<i class="fas fa-comment-alt fa-sm fa-fw mr-4"></i>Comments
</a>
</li>