forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-22 07:35:33 -06:00
parent 8d1e87ddb5
commit ca4234174a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
{% if v and (v.id==p.author_id or v.admin_level > 1 and v.admin_level > 2) and '/post/' in request.full_path %}
<li class="mr-5">
<button class="hover:text-gray-400" onclick="togglePostEdit('{{p.id}}')">
<i class="fas fa-pencil fa-fw"></i>Edit
<i class="fas fa-pencil fa-fw mr-2"></i>Edit
</button>
</li>
{% endif %}