This commit is contained in:
kek7198 2021-12-20 19:38:52 -06:00
parent f17c368baa
commit 9556e5dce0

View file

@ -45,7 +45,7 @@
</li> </li>
<li> <li>
<button class="btn btn-gray w-full text-left" data-bs-toggle="modal" data-bs-dismiss="modal" data-bs-target="#reportCommentModal" onclick="report_commentModal('{{c.id}}','{{c.author.username}}')"> <button class="btn btn-gray w-full text-left" data-bs-toggle="modal" data-bs-dismiss="modal" data-bs-target="#reportCommentModal" onclick="report_commentModal('{{c.id}}','{{c.author.username}}')">
<i class="fas fa-flag text-center text-muted mr-3"></i>Report <i class="fas fa-flag fa-fw mr-4"></i>Report
</button> </button>
</li> </li>
{% if v and c.parent_submission and c.author_id==v.id %} {% if v and c.parent_submission and c.author_id==v.id %}