Cleans up status display
This commit is contained in:
parent
3486219dce
commit
24c28876af
10 changed files with 63 additions and 65 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue