Tidy up status display
This commit is contained in:
10
fedireads/templates/snippets/status_banner.html
Normal file
10
fedireads/templates/snippets/status_banner.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% load humanize %}
|
||||
<h2>
|
||||
{% include 'snippets/avatar.html' with user=activity.user %}
|
||||
{% include 'snippets/username.html' with user=activity.user %}
|
||||
{{ content | safe }}
|
||||
<span class="time-ago">
|
||||
{{ activity.created_date | naturaltime }}
|
||||
</span>
|
||||
</h2>
|
||||
|
Reference in New Issue
Block a user