Cleans up status display
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user