Threaded-view on status pages
It's hideous though, sorry
This commit is contained in:
parent
a0f1880f37
commit
2215e0a894
11 changed files with 91 additions and 47 deletions
10
fedireads/templates/snippets/activity_banner.html
Normal file
10
fedireads/templates/snippets/activity_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">
|
||||
<a href="{{ activity.absolute_id }}">{{ activity.published_date | naturaltime }}</a>
|
||||
</span>
|
||||
</h2>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue