feat/show if edited
This commit is contained in:
parent
3eae1f36ce
commit
6793fda0c8
1 changed files with 9 additions and 5 deletions
|
@ -21,7 +21,11 @@
|
||||||
{% elif toot.visibility == "direct"%}
|
{% elif toot.visibility == "direct"%}
|
||||||
<span class="visibility-icon"><i class="fa-solid fa-envelope fa-at"></i></span>
|
<span class="visibility-icon"><i class="fa-solid fa-envelope fa-at"></i></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<time>{{ toot.created_at }}</time></span></a>
|
<time>{{ toot.created_at }}
|
||||||
|
{% if toot.edited_at != None %}
|
||||||
|
<strong>*</strong>
|
||||||
|
{% endif %}
|
||||||
|
</time></span></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% if toot.spoiler_text != "" %}
|
{% if toot.spoiler_text != "" %}
|
||||||
|
|
Loading…
Reference in a new issue