mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
adding <hr> to improve readability
This commit is contained in:
parent
904dadfc2b
commit
c59013c6f6
@ -18,14 +18,16 @@ mastodon.status_context(<numerical id>)
|
||||
<h1>
|
||||
Thread
|
||||
</h1>
|
||||
<hr>
|
||||
{% include "main/toot_partial.html" with toot=root %}
|
||||
<hr>
|
||||
{% 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 %}
|
||||
<hr >
|
||||
<hr>
|
||||
{% endfor %}
|
||||
|
||||
{% if not preferences.no_javascript %}
|
||||
|
Loading…
Reference in New Issue
Block a user