fix: post likes page
This commit is contained in:
parent
b63df2cb31
commit
5d5849cdef
4 changed files with 22 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue