1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-02-11 09:00:42 +01:00

Merge branch 'nipos-patch-1'

This commit is contained in:
Jason McBrayer 2018-06-13 12:45:39 -04:00
commit 64e2524fd5

View File

@ -93,10 +93,11 @@
<span class="icon is-small">
{% if toot.reblogged %}
<i class="fa fa-retweet has-text-warning">
<span class="is-invisible" >Boosted</span>
{% else %}
<i class="fa fa-retweet" >
{% endif %}
<span class="is-invisible" >Boost</span>
{% endif %}
</i>
</span>
</a>
@ -105,10 +106,11 @@
<span class="icon is-small">
{% if toot.favourited %}
<i class="fa fa-heart has-text-warning">
<span class="is-invisible" >Favorited</span>
{% else %}
<i class="fa fa-heart">
{% endif %}
<span class="is-invisible" >Favorite</span>
{% endif %}
</i>
</span>
</a>