moviewyrm/fedireads/templates/snippets/status_banner.html

11 lines
275 B
HTML
Raw Normal View History

2020-02-20 02:41:37 +00:00
{% 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>