1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05: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"> <span class="icon is-small">
{% if toot.reblogged %} {% if toot.reblogged %}
<i class="fa fa-retweet has-text-warning"> <i class="fa fa-retweet has-text-warning">
<span class="is-invisible" >Boosted</span>
{% else %} {% else %}
<i class="fa fa-retweet" > <i class="fa fa-retweet" >
{% endif %}
<span class="is-invisible" >Boost</span> <span class="is-invisible" >Boost</span>
{% endif %}
</i> </i>
</span> </span>
</a> </a>
@ -105,10 +106,11 @@
<span class="icon is-small"> <span class="icon is-small">
{% if toot.favourited %} {% if toot.favourited %}
<i class="fa fa-heart has-text-warning"> <i class="fa fa-heart has-text-warning">
<span class="is-invisible" >Favorited</span>
{% else %} {% else %}
<i class="fa fa-heart"> <i class="fa fa-heart">
{% endif %}
<span class="is-invisible" >Favorite</span> <span class="is-invisible" >Favorite</span>
{% endif %}
</i> </i>
</span> </span>
</a> </a>