remotes/1693045480750635534/spooky-22
kek7198 2021-12-02 22:04:25 -06:00
parent 3acc862675
commit 306496321b
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
{% endif %}
{% if p.active_flags %}
<div id="flaggers-{{p.id}}" class="mb-3 px-3 py-2 rounded-md bg-red-200 border border-red-400 hidden">
<div id="flaggers-{{p.id}}" class="mb-3 px-3 py-2 rounded-md bg-red-200 border border-red-300 hidden">
<div class="font-bold uppercase text-sm tracking-wide text-red-900">
<i class="fas fa-flag fa-fw mr-2 fa-sm"></i>Reported by:
</div>
<ul class="mb-0 flex flex-col font-bold">
<ul class="mb-0 flex flex-col font-bold space-y-3 divide-y divide-red-300">
{% for f in p.ordered_flags %}
<li>
<a class="text-gray-700 hover:text-gray-900" href="{{f.user.url}}">{{f.user.username}}</a>