diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index f9ed4af..9d16ddc 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -139,7 +139,7 @@ {% if toot.replies_count > 0 %} - Reply+ + Reply {% else %} @@ -198,9 +198,15 @@ {% endif %} {{ toot.visibility }}    + {% if toot.in_reply_to_id or toot.replies_count > 0 %} + + thread + + {% else %} thread + {% endif %} {% endif %}