1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-06-05 21:49:32 +02:00

Merge branch 'nipos-patch-1'

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

View File

@@ -92,12 +92,13 @@
<a href="{% url "boost" toot.id %}" class="level-item"> <a href="{% url "boost" toot.id %}" class="level-item">
<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" >
<span class="is-invisible" >Boost</span>
{% endif %} {% endif %}
<span class="is-invisible" >Boost</span> </i>
</i>
</span> </span>
</a> </a>
{% endif %} {% endif %}
@@ -105,11 +106,12 @@
<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">
<span class="is-invisible" >Favorite</span>
{% endif %} {% endif %}
<span class="is-invisible" >Favorite</span> </i>
</i>
</span> </span>
</a> </a>
</div> </div>