mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 13:26:14 +01:00
12 lines
396 B
HTML
12 lines
396 B
HTML
|
{% if toot.visibility != 'private' and toot.visibility != 'direct' %}
|
||
|
{% if toot.reblogged %}
|
||
|
<span class="fa fa-retweet has-text-warning">
|
||
|
<strong class="is-hidden-mobile" >Boosted</strong>
|
||
|
{% else %}
|
||
|
<span class="fa fa-retweet" >
|
||
|
<span class="is-hidden-mobile" >Boost</span>
|
||
|
{% endif %}
|
||
|
</span>
|
||
|
</span>
|
||
|
{% endif %}
|