mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-01-31 08:25:00 +01:00
Make thread availability more visible
This commit is contained in:
parent
5443b41c0e
commit
426faa1c2e
@ -199,6 +199,7 @@
|
|||||||
|
|
||||||
{% if toot.in_reply_to_id or toot.replies_count > 0 %}
|
{% if toot.in_reply_to_id or toot.replies_count > 0 %}
|
||||||
<a class="level-item" href="{% url "thread" toot.id %}#toot-{{ toot.id }}">
|
<a class="level-item" href="{% url "thread" toot.id %}#toot-{{ toot.id }}">
|
||||||
|
<span class="fa fa-comments"></span>
|
||||||
<strong> thread</strong>
|
<strong> thread</strong>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user