fix: stacks manage page when user deletes profile
add: allow moderators to view deleted posts
This commit is contained in:
parent
4c26879d00
commit
81307752c2
14 changed files with 211 additions and 29 deletions
|
@ -227,6 +227,14 @@ and show_community and community.id != config.town_square or question %}
|
|||
>
|
||||
{{ icon "user-round" }}
|
||||
</span>
|
||||
{% endif %} {% if post.is_deleted %}
|
||||
<span
|
||||
title="Deleted"
|
||||
class="flex items-center"
|
||||
style="color: var(--color-primary)"
|
||||
>
|
||||
{{ icon "trash-2" }}
|
||||
</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue