mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Don't show boost button for toots that can't be boosted.
This commit is contained in:
@ -75,6 +75,7 @@
|
||||
</i></span>
|
||||
</a>
|
||||
</div>
|
||||
{% if toot.visibility != 'private' and toot.visibility != 'direct' %}
|
||||
<div class="level-item">
|
||||
<a href="{% url "boost" toot.id %}">
|
||||
<span class="icon is-small">
|
||||
@ -88,6 +89,7 @@
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="level-item">
|
||||
<a href="{% url "fav" toot.id %}">
|
||||
<span class="icon is-small">
|
||||
|
Reference in New Issue
Block a user