master
kek7198 2021-12-23 18:29:59 -06:00
parent 6bc7ae3da0
commit d5661e89aa
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@
{% endif %} {% endif %}
<!-- Reports --> <!-- Reports -->
<li> <li>
<button class="badge badge-red leading-5" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')"> <button class="badge badge-red" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')">
{{p.active_flags}} Reports {{p.active_flags}} Reports
</button> </button>
</li> </li>

View File

@ -170,7 +170,7 @@
{% endif %} {% endif %}
{% if p.active_flags %} {% if p.active_flags %}
<button class="flex-shrink-0 badge badge-red leading-5" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')">{{p.active_flags}} Reports <button class="flex-shrink-0 badge badge-red" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')">{{p.active_flags}} Reports
</button> </button>
{% endif %} {% endif %}