1
0
Fork 0

Threaded-view on status pages

It's hideous though, sorry
This commit is contained in:
Mouse Reeve 2020-03-09 17:03:59 -07:00
parent a0f1880f37
commit 2215e0a894
11 changed files with 91 additions and 47 deletions

View file

@ -38,7 +38,7 @@
{% include 'snippets/tabs.html' with tabs=feed_tabs active_tab=active_tab %}
{% for activity in activities %}
{% include 'snippets/activity.html' with activity=activity %}
{% include 'snippets/status.html' with status=activity depth=1 %}
{% endfor %}
</div>