Cleans up status display

This commit is contained in:
Mouse Reeve
2020-09-28 21:08:42 -07:00
parent 3486219dce
commit 24c28876af
10 changed files with 63 additions and 65 deletions

View File

@ -1,8 +1,8 @@
{% load humanize %}
{% load fr_display %}
<div class="card{% if depth %}depth-{{ depth }} {% if main %}main{% else %}reply{% endif %}{% endif %}">
<header class="card-header level">
<header class="card-header">
{% include 'snippets/status_header.html' with status=status %}
</header>
@ -20,5 +20,12 @@
{% else %}
{% include 'snippets/interaction.html' with activity=status %}
{% endif %}
<div class="card-footer-item">
<span class="icon icon-public">
<span class="hidden-text">Public post</span>
</span>
<a href="{{ status.remote_id }}">{{ status.published_date | naturaltime }}</a>
</div>
</footer>
</div>