forked from rDrama/rDrama
1
0
Fork 0
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 %}
<!-- Reports -->
<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
</button>
</li>

View File

@ -170,7 +170,7 @@
{% endif %}
{% 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>
{% endif %}