From c59013c6f685596dcae028fac9485c056085a1bf Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Thu, 25 Apr 2024 10:29:35 -0400 Subject: [PATCH] adding
to improve readability --- brutaldon/templates/main/thread.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/brutaldon/templates/main/thread.html b/brutaldon/templates/main/thread.html index a3feb3b..09ad7db 100644 --- a/brutaldon/templates/main/thread.html +++ b/brutaldon/templates/main/thread.html @@ -18,14 +18,16 @@ mastodon.status_context()

Thread

+
{% include "main/toot_partial.html" with toot=root %} +
{% for descendant in descendants %} {% if descendant == toot %} {% include "main/toot_partial.html" with toot=toot active=True %} {% else %} {% include "main/toot_partial.html" with toot=descendant %} {% endif %} -
+
{% endfor %} {% if not preferences.no_javascript %}