fix: post likes page

This commit is contained in:
trisua 2025-05-14 20:03:21 -04:00
parent b63df2cb31
commit 5d5849cdef
4 changed files with 22 additions and 10 deletions

View file

@ -80,10 +80,10 @@
</a>
</div>
{% if (user and user.id == post.owner) or can_manage_posts %} {% if user and
user.id == post.owner %}
{% if (user and user.id == post.owner) or can_manage_posts %}
<div class="pillmenu">
<a href="#/edit" data-tab-button="edit">
{% if user and user.id == post.owner %}
<a href="/post/{{ post.id }}#/edit">
{{ icon "pen" }}
<span>{{ text "communities:label.edit_content" }}</span>
</a>