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,6 +1,5 @@
{% load humanize %}
{% load fr_display %}
<div class="level-left card-header-title">
<div class="card-header-title">
<p>
{% include 'snippets/avatar.html' with user=status.user %}
@ -24,8 +23,3 @@
{% endif %}
</p>
</div>
<div class="level-right card-header-title">
<p>
<a href="{{ status.remote_id }}">{{ status.published_date | naturaltime }}</a>
</p>
</div>